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

Invoice Details: {{ $invoice->invoice_id }}

Customer: {{ $invoice->customer->name }}

@endsection