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