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

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

@csrf

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


{{$errors->first('first_name')}}
{{$errors->first('last_name')}}
{{$errors->first('email')}}
{{$errors->first('password')}}
{{$errors->first('phone')}}
{{$errors->first('address')}}
{{$errors->first('photo')}}
@endsection @push('scripts') @endpush