@extends('admin_navbar') @section('content')

Manage Publications

All Publications

@foreach ($publications as $key) @endforeach
Publication Title Publication Number Description File/Document Students Limit Price Start End Action
{{ $key->name }} {{ $key->publication_number }} {{ $key->description }} {{ $key->file_name }} {{ $key->students }} {{ $key->price }} {{ $key->start_date }} {{ $key->end_date }} |
{{-- Modal --}} {{-- End Modal --}}