@extends('adminlte::layouts.app') @section('htmlheader_title') Unprocessed Charges @endsection @section('page_title') Unprocessed @endsection @section('contentheader_title') Unprocessed Charges @endsection @section('contentheader_description') @endsection @section('main-content')
ID | Date Created | Date Charge | Account | Service | Description | Total |
---|---|---|---|---|---|---|
{{ $o->id }} | {{ $o->charge_at->format('Y-m-d') }} | {{ $o->created_at->format('Y-m-d') }} | {{ $o->account->name }} | {{ $o->service->name_short }} | {{ $o->description }} | {{ number_format($o->quantity*$o->amount,2) }} |