@extends('layouts.app') @section('title', 'Add Branch') @section('content')

Add Branch

Create a new hotel location

Branch Details

@csrf @include('hotel.branches.partials._form-fields') @include('hotel.branches.partials._form-scripts')
@endsection