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

{{ getTitleInPage() }}

@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(count($enterprise) > 0 && Auth::user()->admin_role_id == 1)
@endif @if(count($merchantHO) > 1)
@else @foreach($merchantHO as $merchants) @endforeach @endif @if(Auth::user()->is_branch_authorise == 1)
@endif
@if(getMechantIds() && count(getMechantIds()) > 1 )
@endif
Last Refresh : {{ changeDateFormate(Auth::user()->last_refresh_date) }} {{ changeTimeFormate(Auth::user()->last_refresh_date) }}
{{ getTitleInPage() }} - List
@if(checkPermissionOnWeb('MonthWiseCheckingV2','download_branch') > 0) Download Branches Closing Balance @endif
@include('Admin.MonthWiseChecking.v2-index-table')
@endsection @section('footer') @parent @endsection @section('extraa_script_and_js') @parent @endsection