@extends('frontend.template.index') @push('between-css') {{--
--}}
@endpush @push('after-script') @endpush @section('content')
PUBLIKASI
Publikasi
{{ $office->name }}
@foreach (@$office->publications()->orderBy('created_at', 'DESC')->get() as $publication) @endforeach
#
Nama File
File
Tanggal Publis
{{ $loop->iteration }}
{{ $publication->name }}
{{ $publication->created_at }}
@endsection