@extends('master') @section('page-css') @endsection @section('page-content')
You are here:
{{--
--}}

Receipts

@if (session()->has('success'))
{{ session()->get('success') }}
@endif
{{-- --}} @foreach ($receipts as $r) @endforeach
Receipt no Customer Name InvoiceCompanyDate Created Action
{{ $r->slug }} {{ $r->customer->customer_name }} {{ $r->invoice->invoice_description }} {{ $r->created_at }}
@endsection @section('page-scripts') @endsection