@extends('layouts.app') @section('title') {{ __('messages.accountant.accountant_details') }} @endsection @section('header_toolbar')

@yield('title')

@endsection @section('content')
@include('flash::message')
@include('accountants.show_fields')
@endsection @section('page_scripts') {{-- js/custom/custom-datatable.js --}} {{-- js/accountants/accountants_data_listing.js --}} @endsection