@section('title') {{ __('merchant.title') }} {{ __('merchantshops.title') }} {{ __('levels.add') }} @endsection @extends('backend.merchant.view') @section('backend.merchant.layout.list')

{{ __('merchantshops.create_shops') }}

@csrf
* @error('name') {{ $message }} @enderror
* @error('contact_no') {{ $message }} @enderror
*
* @error('status') {{ $message }} @enderror
{{ __('levels.cancel') }}
@endsection() @push('styles') @endpush @push('scripts') @endpush