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

{{__('db.Add Employee')}}

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

@csrf
@if($errors->has('image')) {{ $errors->first('image') }} @endif
@if($errors->has('email')) {{ $errors->first('email') }} @endif


@if($errors->has('name')) {{ $errors->first('name') }} @endif
{{-- Sale Agent Commission Section --}}
@endsection @push('scripts') @endpush