@extends('front.app.master') @section('title') Dashboard - jorayalogistics.com @endsection @section('content')
Hello {{ auth()->user()->name }}, welcome to your awesome dashboard!
Date | Invoice | {{--Kg | --}}Amount | Status | Action | |
---|---|---|---|---|---|---|
{{ \Carbon\Carbon::parse($v->created_at)->format('d/m/Y') }} | {{$v->order_id}} | {{--{{ $v->kg }} | --}}@if(trim($v->amount!=''))NGN {{ number_format($v->amount) }}@else pending @endif | {{ $v->status }} | Detail |