@extends('backend.app') @section('content')
| Date | Ref | Status | Amount | Note | Action |
|---|---|---|---|---|---|
| {{$item->date}} | #{{$item->ref}} | {{$item->status}} |
{{$item->amount}} | {{$item->note}} | @can('purchase.edit') @endcan @can('purchase.delete') @endcan |