@extends('backEnd.master') @section('mainContent') {{__('seller.create_a_seller')}} @csrf {{ __('seller.basic_info') }} {{ __('seller.subscription_type') }} * {{ __('common.select_one') }} @foreach ($commissions as $key => $commission) id) selected @endif >{{ $commission->name }} @endforeach {{$errors->first('commission_id')}} {{ __('common.commission_rate') }} * {{$errors->first('commission_rate')}} {{ __('common.name') }} * {{$errors->first('name')}} {{ __('seller.shop_name') }} * {{$errors->first('shop_name')}} {{ __('common.email') }} * {{$errors->first('email')}} {{ __('common.phone_number') }} * {{$errors->first('phone_number')}} {{__('common.password')}} * {{$errors->first('password')}} {{__('common.confirm_password')}} * {{ __('common.save') }} @endsection @push('scripts') @endpush