@extends('layout.app') @section('title', 'Profit And Loss Report') @push('header_script') @endpush @section('content') {{-- PAGE HEADER --}}
{{-- DATE RANGE FILTER --}}
{{-- RESULT --}}
{{-- AJAX CONTENT LOADS HERE --}}
@endsection @push('footer_script') @endpush