@extends(\Auth::user()->role != 10 ? 'layout' : 'layoutfrontdesk') @section('title', 'Quick Report - Monthly Profit Loss') @section('css') @endsection @section('content')
@php $date_now = getSystemDate(); $from = date('Y-m-01', strtotime($date_now)); $to = getSystemDate(); $period = $_GET['from'] ?? dateFormat($from,'d-m-Y').' - '.dateFormat($to, 'd-m-Y') @endphp
 
{{-- @if( isset($_GET['from']) ) --}}
@csrf
@include('report.quickreport.profitloss-quick-template')
{{-- --}}
{{-- @endif --}}
@endsection @section('js') @endsection