@extends('layouts.admin') @section('header_style') @endsection @section('content')
@csrf @foreach(['hotel_details', 'hotel_other', 'hotel_facilities', 'hotel_cancellation', 'hotel_location', 'hotel_picture', 'hotel_payment', 'hotel_room_types'] as $section)
@if($section == 'hotel_details')
@elseif($section == 'hotel_other')
@endif
@endforeach
@endsection @section('footer_script') @endsection