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