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

EVENT

@if (!empty($category['res']))
@foreach ($category['res'] as $kk => $res_category)
@if (!empty($res_category['content']['list'])) @foreach ($res_category['content']['list'] as $list)
@if (!empty($list['image']))
@endif
@if (!empty($list['name']))

{{ $list['name'] ?? "" }}

@endif
@if (!empty($list['date']) and $list['date'] != "-")

@lang('frontend::lang.index_msg_14'): {{ $list['date'] }}

@endif

{!! $list['desc'] ?? "" !!}

@endforeach @endif
@if (!empty($res_category['content']['page'])) @endif {{-- @if (!empty($res_category['content']['page']['total']) and $res_category['content']['page']['total'] > 1)
@endif --}}
@endforeach
@endif
@endsection @section('script') @endsection