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

Invoice Details

@csrf @if ($projects->count() > 0) @foreach ($projects as $project)
@endforeach @else

No projects found for this customer.

@endif
@error('unit_amount')
{{ $message }}
@enderror
Back
@endsection