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

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

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

{!! Form::open(['route' => 'sale-agents.store', 'method' => 'post', 'files' => true]) !!}
@if ($errors->has('image')) {{ $errors->first('image') }} @endif
{{--
--}}
{{--
--}}
{{-- Sale Agent Commission Section --}}
{{ __('db.Sales Target') }}
{{-- User Account Section --}}
 
{{-- Role Select --}}
{!! Form::close() !!}
@endsection @push('scripts') @endpush