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