@extends('backend.layout')
{{-- this style will be applied when the direction of language is right-to-left --}}
@includeIf('backend.partials.rtl-style')
@section('content')
-
{{ __('Home') }}
-
{{ __('Events') }}
-
{{ __('Organizers') }}
-
{{ __('Shop') }}
-
{{ __('Cart') }}
-
{{ __('Checkout') }}
-
{{ __('Blog') }}
-
{{ __('FAQ') }}
-
{{ __('Contact') }}
-
{{ __('About Us') }}
@foreach ($customPages as $customPage)
-
{{ $customPage->title }} {{ __('Custom Page') }}
@endforeach
@endsection
@section('script')
@endsection