@extends('layouts.app') @section('title') {{__('messages.accountant.accountants')}} @endsection @section('css') {{-- --}} @endsection @section('content')
@include('flash::message') {{ Form::hidden('accountantUrl', url('accountants'), ['id' => 'accountantURL']) }} {{ Form::hidden('accountant', __('messages.delete.accountant'), ['id' => 'Accountant']) }} @include('accountants.templates.templates') @include('partials.page.templates.templates') {{ Form::hidden('accountantIndexURL', url('accountants'), ['id' => 'accountantIndexURL']) }}
@endsection {{-- let accountantUrl = "{{url('accountants')}}";--}} {{-- --}} {{-- --}}