@extends('layouts.app') @section('title','Profit and Loss') @section('pages')
@include('layouts.partials.nav-menu')
@include('financial-reports.profit-and-loss.table')
@endsection