@extends('layouts.app')
@section('title')
{{__('messages.accountant.accountants')}}
@endsection
@section('content')
@include('flash::message')
{{ Form::hidden('accountantUrl', url('accountants'), ['id' => 'accountantURL']) }}
{{ Form::hidden('accountant', __('messages.accountant.accountant'), ['id' => 'Accountant']) }}
@include('accountants.templates.templates')
@include('partials.page.templates.templates')
@endsection
@section('scripts')
{{-- assets/js/accountants/accountants.js --}}
@endsection