@extends('admin.layouts.sellermastersoyuz') @section('title',__('Create Template')) @section('stylesheet') @endsection @section('body') @component('admin.component.breadcumb',['thirdactive' => 'active']) @slot('heading') {{ __('Create Template') }} @endslot ​ @slot('menu2') {{ __("Create Template") }} @endslot @slot('button')
{{ __("Back")}}
@endslot @endcomponent
@if ($errors->any()) @endif
{{ __('Create template') }}
@csrf
{{__("Enter option seprate it by comma (',')")}}

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