@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 Dashboard {{ $title }} {{ $title }} @csrf @if(isset($bookingCancelReason)) @method('PUT') @endif Reason * Status status == 1 ? 'selected' : '') }}>Active status == 0 ? 'selected' : '') }}>Inactive Applicable For: * applicable_for ?? '') == 'Customer' ? 'checked' : '' }}> Customer applicable_for ?? '') == 'Vendor' ? 'checked' : '' }}> Vendor @endsection @section('scripts') @endsection