@extends('frontend.magz.index') {{ 'BPKAD PROVINSI LAMPUNG - Dokumen' }} @inject('audioHelper', 'App\Helpers\AudioHelper') @inject('themeHelper', 'App\Helpers\ThemeHelper') @section('content')
@if($sidebarPosition === "left" AND $sidebarActive) @include('frontend.magz.template-parts.sidebar') @endif
{{--

{{ __('Laramagz::magz.document') }} {{ ucwords(strtolower($category)) }}

--}}
{{--
--}}
@if($dataDocs == null || $dataDocs->isEmpty()) @else
{{ __('Laramagz::magz.document') }} {{ ucwords(strtolower($category)) }}
{{-- --}} @foreach($dataDocs as $index => $doc) {{-- --}} @endforeach
# {{ __('Laramagz::magz.title') }} {{ __('Laramagz::magz.description') }}Created At{{ __('Laramagz::magz.action') }}
{{ $index + 1 }} {{ $doc->title }} {{ $doc->description }}{{ \Carbon\Carbon::parse($doc->created_at)->format('d M Y') }} {{-- View --}} @if($doc->is_public === 'yes') {{ __('Laramagz::magz.download') }} @endif
@endif
@if($sidebarPosition === "right" AND $sidebarActive) @include('frontend.magz.template-parts.sidebar') @endif
@stop