@extends('admin.layout')
@section('content')
-
{{ __('Home') }}
-
{{ __('Hotels') }}
-
{{ __('Rooms') }}
-
{{ __('Vendors') }}
-
{{ __('Pricing') }}
-
{{ __('Blog') }}
-
{{ __('FAQ') }}
-
{{ __('Contact') }}
-
{{ __('About Us') }}
@foreach ($customPages as $customPage)
-
{{ $customPage->title }} {{ __('Custom Page') }}
@endforeach
@endsection
@section('script')
@endsection