@extends('admin.layouts.app') @section('content')

Invoices

@foreach ($invoices as $key => $invoice) @endforeach
Job Provider Month-Year Week# Invoice# Due Date Status Actions
{{ $invoice?->timesheet->application?->job?->title }} {{ $invoice?->timesheet->application?->user?->name }} {{ $invoice?->timesheet->month.' '.$invoice?->timesheet->year }} {{ $invoice?->timesheet->week_on_work }} {{ $invoice->number }}
@csrf
@csrf
Employer Provider
@endsection @section('footer-js') @endsection