@extends('layouts.app') @section('title','Profit & Loss') @section('page_title','Profit & Loss Statement') @section('content')
{{ $from }} to {{ $to }}
| Section | Code | Account | Amount |
|---|---|---|---|
| {{ $label }} | {{ $a->code }} | {{ $a->name }} | {{ number_format($a->amount,2) }} |