@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content') @include('frontend::master_banner')

{{ $page['name'] ?? '' }}

{!! $page['detail'] ?? '' !!}

@if (!empty($directory['list']))
@foreach ($directory['list'] as $item) @endforeach
@lang('frontend::lang.index_msg_17') @lang('frontend::lang.index_msg_18') @lang('frontend::lang.index_msg_19') @lang('frontend::lang.index_msg_20')
{!! $item['country'] ?? '' !!} {!! $item['city'] ?? '' !!} {!! $item['name'] ?? '' !!} {!! $item['status_dt'] ?? "" !!}
@endif {{--
--}} @if (!empty($directory['page'])) @endif {{-- @if ($directory['page']['total'] > 1)
@endif --}}
@endsection @section('script') @endsection