@extends('admin.layouts.index') @section('content')
@foreach ($hotel->branches as $branch) @endforeach
@lang('validation.attributes.title') @lang('validation.attributes.services') @lang('validation.attributes.is_otp_active')
{{ $branch->title }}

@lang('validation.attributes.title') @lang('validation.attributes.notes') @lang('validation.attributes.created_at') @lang('global.actions')
@endsection