@extends('layouts.admin') @section('main-content')

{{ $page_title }}

@csrf
@if (isset($data) && !empty($data->document->toArray()))

Lampiran :

@foreach ($data->document as $document) {{ $document->file_name }} @endforeach @endif
@endsection @include('pengumuman.script')