@extends('layouts.app') @php $title = isset($bookingCancelReason) ? 'Edit Booking Cancel Reason' : 'Create Booking Cancel Reason'; @endphp @section('title', $title) @section('content')

Booking Cancel Reason Management

{{ $title }}

@csrf @if(isset($bookingCancelReason)) @method('PUT') @endif


@endsection @section('scripts') @endsection