@extends('layouts.admin') @section('title','Review remittance') @section('heading','Review cash remittance') @section('content')
Method: {{ str($remittance->method)->headline() }} · Reference: {{ $remittance->reference ?: 'Not supplied' }}
{{ $remittance->driver_note ?: 'No driver note.' }}
@if($remittance->proof_mime)Download private proof@endif{{ str($event->event)->headline() }} · {{ $event->created_at->format('d M Y H:i:s') }}
@emptyNo events.
@endforelse