@extends('backend.template.index') @section('title', $title) @push('css-between') @endpush @push('script-between') @endpush @section('content')
@csrf
Maksimum File 10Mb
@foreach ($publications as $publication) @endforeach
# Nama File File Tanggal Publis
{{ $loop->iteration }}
@csrf @method('DELETE')
{{ $publication->name }} {{ $publication->created_at }}
@endsection