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

Add Invoice

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