@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Transaction Journal Voucher Purchasing') @section('css') @endsection @section('content')
{{--
--}}
@if($havent_transfered_yet != '')
Warning! Data with The date {{$havent_transfered_yet}} has yet been transfered to General Ledger OR may be deleted Show Draft
@endif @if( isset($_GET['from']) && isset($_GET['reference_no']) && isset($_GET['description']) )
@csrf
@include('general-ledger-purchasing.transaction-journal-voucher')
@endif
@endsection @section('js') @endsection