@extends('layouts.app') @section('content')
| {{ _lang('Date') }} | {{ _lang('Company') }} | {{ _lang('Package') }} | {{ _lang('Method') }} | {{ _lang('Amount') }} |
|---|---|---|---|---|
| {{ date("$date_format $time_format",strtotime($history->created_at)) }} | {{ $history->company->business_name }} | {{ $history->title }} | {{ $history->method }} | {{ decimalPlace($history->amount, currency($history->currency)) }} |