@extends('Company.layout.master') @section('title',"Dashboard") @section('page_name',"Dashboard - ".Auth::user()->u_name) @section('content')
BDT {{number_format($amount,2)}}
Amount
@endsection