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

@lang('frontend::lang.catalog')

@if (!empty($data['catalog'])) @foreach ($data['catalog'] as $kk => $catalog) @if ($kk == 0)
@if (!empty($catalog['image']))
@endif

{{!empty($catalog['name']) ? $catalog['name'] : '' }}

@if (!empty($catalog['file'])) @lang('frontend::lang.down_cate') @endif
@endif @endforeach @endif
@endsection @section('script') @endsection