@if (count($errors) > 0)
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif @if(Session::has('flash_message'))
{{ Session::get('flash_message') }}
@endif
{!! Form::open([
'url' => url('admin/hotels/addedit-cat-images/' . $room_cat_id . '/' . $hotels->id . (isset($roomCategoryImg->id) ? '/' . $roomCategoryImg->id : '')),
'class' => 'addvenue form-horizontal padding-15',
'name' => 'category_form',
'id' => 'category_form',
'role' => 'form',
'enctype' => 'multipart/form-data'
]) !!}
@csrf
{!! Form::close() !!}