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

Edit Branch

Update branch details

Branch Details

@csrf @method('PUT') @include('hotel.branches.partials._form-fields', ['branch' => $branch]) @include('hotel.branches.partials._form-scripts', ['branch' => $branch])
@endsection