@extends('admin.admin_dashboard') @section('admin')
Total Revenue:{{ number_format($rev,2) }}
Total Cost:{{ number_format($cost,2) }}
Profit:{{ number_format($profit,2) }}
@endsection