@extends('backend.layout.main') @section('content')

{{ __('db.Add Sale Agent') }}

{{ __('db.The field labels marked with * are required input fields') }}.

@csrf
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{--
--}}
{{--
--}}
{{-- Sale Agent Commission Section --}}
{{ __('db.Sales Target') }}
{{-- User Account Section --}}
 
{{-- Role Select --}}
@endsection @push('scripts') @endpush