@extends('frontend::layouts.master') @section('title') @section('style') @endsection @section('content')
{!! !empty($data['route']['desc']) ? $data['route']['desc'] : '' !!}
@if (!empty($data['list']['data'])) @foreach ($data['list']['data'] as $item) @endforeach @endif
@if (!empty($data['list']['pages_total']) && $data['list']['pages_total'] > 1) @endif
@endsection @section('script') @endsection