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

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

@csrf

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


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