@extends('admin.layouts.sellermastersoyuz') @section('title',__('Create Template')) @section('stylesheet') @endsection @section('body') @include('admin.layouts.topbar',$data)
@if ($errors->any()) @endif
{{ __('Create template') }}
@csrf
{{__("Enter option seprate it by comma (',')")}}

@endsection @section('custom-script') @endsection