@extends('layouts.app') @section('title', 'Profit/Loss Report') @section('content')

Profit/Loss Report

Invoice Passenger Route Ticket Fare Cost Profit Loss
{{ $invoice ?? 'INV-0001' }} {{ $passenger ?? 'John Doe' }} {{ $route ?? 'DXB-JFK' }} {{ $ticket_fare ?? '50000' }} {{ $cost ?? '45000' }} {{ $profit ?? '5000' }} {{ $loss ?? '-' }}
@endsection