@extends('admin.master') @section('title',@trans('Edit Hall')) @section('content')

@trans('Halls')

@csrf @method('put')

@foreach ($languages as $index => $locale) {{-- title ------------------------------------------------------------------------------------- --}}
@if ($errors->has('locales'))
{{ $errors->first('locales') }}
@endif
@if ($errors->has($locale . '.title')) {{ $errors->first($locale . '.title') }} @endif
@if ($errors->has($locale . '.address')) {{ $errors->first($locale . '.address') }} @endif
@endforeach

@error('map') {{ $message }} @enderror
@livewire('update-country-city-selected', ['hall' => $hall])
status == 1) name="status">
default == 1) name="default">
@endsection