@extends('layouts.app') @section('title', 'Edit Invoice') @section('content')
← Back to Invoices

Edit Invoice

@csrf @method('PUT')
@error('booking_id') {{ $message }} @enderror
@error('branch_id') {{ $message }} @enderror
Cancel
@endsection