@if (!empty($cards[0]))
@foreach ($cards as $c)
{{ __('frontend::lang.project.status_work_option.' . $c['status_work']) }}
image
| {{ $c['categories'][0]['name'] ?? '' }}

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

{{ __('frontend::lang.project.location') }} {{ $c['location'] ?? '-' }}
{{ __('frontend::lang.project.period') }} {{ $c['period'] ?? '-' }}
@if (!empty($c['desc']))

{{ $c['desc'] ?? '' }}

@endif
@endforeach
@else

{{ __('frontend::lang.error.no_data') }}

@endif
@if (!empty($categories['list'][0]))

{{ __('frontend::lang.project.our_projects') }}

    @foreach ($categories['list'] as $c)
  • {{ $c['name'] ?? '' }}
  • @endforeach
@endif
@if ($page_total > 1) @php $label = __('frontend::lang.pagination.label.projects'); @endphp @endif