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

Invoices

@if (session()->has('success'))
{{ session()->get('success') }}
@endif
@foreach ($invoices as $i) @endforeach
Invoice Number Customer Name Invoice Description Date Created Expiry Date Action
{{ $i->slug }} {{ $i->customer->customer_name }} {{ $i->invoice_description }} {{ $i->created_at }} {{ $i->expiry_date }}
{{-- --}} {{-- --}}
@endsection @section('page-scripts') @endsection