@extends('layout') @section('title') Edit {{$company->name}} @endsection @section('pageScripts') @endsection @section('actions')
| # | Amount | Status | Type | Details | Created | Updated | Expires | Actions |
|---|---|---|---|---|---|---|---|---|
| {{ $index++ }} | {{ $item->amount." (".$item->currency.")" }} | {{ $item->status }} | {{ $item->type }} | {{ $item->details }} | {{ $item->created_at }} | {{ $item->updated_at? $item->updated_at: 'Never' }} | {{ $item->expires_at? $item->expires_at: 'Not Specified' }} | @if($item->type != 'Registration Transaction') |