@extends('backEnd.master') @section('mainContent')

{{__('seller.create_a_seller')}}

@csrf

{{ __('seller.basic_info') }}


{{$errors->first('commission_id')}}
{{$errors->first('commission_rate')}}
{{$errors->first('name')}}
{{$errors->first('shop_name')}}
{{$errors->first('email')}}
{{$errors->first('phone_number')}}
{{$errors->first('password')}}
@endsection @push('scripts') @endpush