@extends('layout') @section('title', 'Homepage Web Setting') @section('css') @endsection @section('content')
{{-- --}}
{{-- --}} @if(!$sliders->isEmpty()) @foreach($sliders as $slider) {{-- --}} @endforeach @else @endif
HotelSort Name Actions
{{@$slider->hotel->nama}}
{{$slider->sequence}}
{{$slider->nama}}
NO DATA
@csrf
Add Slider Image @if(Auth::user()->role == 1)
@if (\Session::get('hotel_id') != null)
{{$sessionhotel->nama}}
@else @endif
@else @endif
Recommend size : 1150px * 480px
@endsection @section('js') @endsection