@extends('layout.app') @section('content')
@foreach ($list as $r) @endforeach
ID Purchase No. Voucher No Branch Create Date Action
{{ $r->id }} {{ $r->invoice_number }} {{ $r->voucher_no }} {{ $r->branch->name ?? '' }} {{ date('d-M-Y H:i:s A', strtotime($r->created_at)) }}
@if ($r->approve_status!="yes") @endif @if ($r->approve_status!="yes") @endif
{{-- {{ $list->links() }} --}}
@endsection