@extends('admin.layouts.master-soyuz') @section('title',__('Create Template | ')) @section('stylesheet') @endsection @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Add Size chart') }}
@csrf
{{__("Enter option seprate it by comma (',')")}}
@endsection @section('custom-script') @endsection