@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'General Ledger Close Month - Profit & Loss Statement') @section('css') @endsection @section('content')
{{-- @if( isset($_GET['from']) ) --}}
@csrf
@include('general-ledger-close-month.profit-loss-statement-list-new')
{{-- --}}
{{-- @endif --}}
@endsection @section('js') @endsection