@extends('Admin.master_layout.master') @section('title', $titlePage) @section('header_menu') @parent @endsection @section('sidebar_menu') @parent @endsection @section('content')

{{ $titlePage }}

@if (Session::has('message'))
{!! Session::get('message') !!}
@endif @if (Session::has('error'))
{!! Session::get('error') !!}
@endif @if (Session::has('success'))
{!! Session::get('success') !!}
@endif @if($book != '')
@else @endif
@if($book == '')
@endif
@if($statusId == '')
@else
@endif
@if(Auth::user()->is_LE == 1)
@endif
@if(checkPermissionOnWeb('MerchantUser','allow-back-date') > 0) @if($merchant_id > 0 && !empty($Admins)) Open Back Dates A: {{ $Admins->allow_past_day_limit }}, E: {{ $Admins->edit_limit }}, D: {{ $Admins->delete_limit }}, F: {{ $Admins->allow_past_day_after_open_day }} @endif @endif
Last Refresh : {{ changeDateFormate(Auth::user()->last_refresh_date) }} {{ changeTimeFormate(Auth::user()->last_refresh_date) }}
{{ $titlePage }} - List
@if($book != '')
@else @endif
@include('Admin.Payables.index-table')
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection