@extends('layouts.master-layouts') @section('title') {{ __('Update Accountant') }} @endsection @section('css') @endsection @section('content')

{{ __('Update Accountant') }}

@if ($accountant) @if ($role == 'accountant') @else @endif @else @endif
{{ __('Basic Information') }}
@csrf @if ($accountant) @endif
@error('first_name') {{ $message }} @enderror
@error('email') {{ $message }} @enderror
@error('last_name') {{ $message }} @enderror
@error('mobile') {{ $message }} @enderror
@error('profile_photo') {{ $message }} @enderror
@endsection @section('script') @endsection