@extends('layouts.master-layouts')
@section('title')
@if ($accountant)
{{ __('Update Accountant Details') }}
@else
{{ __('Add New Accountant') }}
@endif
@endsection
@section('css')
@endsection
@section('content')
@if ($accountant)
{{ __('Update Accountant Details') }}
@else
{{ __('Add New Accountant') }}
@endif
- {{ __('Dashboard') }}
- {{ __('Accountants') }}
-
@if ($accountant)
{{ __('Update Accountant Details') }}
@else
{{ __('Add New Accountant') }}
@endif
{{ __('Basic Information') }}
@endsection
@section('script')
{{-- Profile Photo --}}
@endsection