@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf @foreach(['hotel_details', 'hotel_other', 'hotel_image', 'hotel_policy'] as $section)
@if($section == 'hotel_details')
@elseif($section == 'hotel_other')
@elseif($section == 'hotel_policy')
@elseif($section == 'hotel_image')

Loading hotel images

@endif
@endforeach
@endsection @section('footer_script') {{-- --}} @endsection