@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Transaction Journal Vouchers') @section('css') @endsection @section('content')
{{--
--}}
@if($havent_transfered_yet != '' || $last_transfered_yet != '')
Warning! Data with The date {{$havent_transfered_yet}} has yet been transfered to General Ledger OR may be deleted @if($mapping_act_no == '000001') Back One Draft @elseif($mapping_act_no == '000002') Back One Draft @elseif($mapping_act_no == '000004') Back One Draft @endif @if($mapping_act_no == '000001') Last Period Draft ({{@$last_transfered_yet}}) @elseif($mapping_act_no == '000002') Last Period Draft ({{@$last_transfered_yet}}) @elseif($mapping_act_no == '000004') Last Period Draft ({{@$last_transfered_yet}}) @endif
@endif @if( isset($_GET['from']) && isset($_GET['reference_no']) && isset($_GET['description']) )
@csrf
@include('accounting-journals.transaction-journal-voucher')
@endif
@endsection @section('js') @endsection