@extends('cms.layout') @section('main')

AAS Publications

@csrf
Publications
@foreach ($publications as $pb) {{-- display attachment icon onclick download --}} {{-- onclick open moodal with id addpublication --}} @endforeach
Image Date Title Category Attachement Published AuthoredBy Edit Delete
Image Date Title Category Attachement Published AuthoredBy Edit Delete
icon {{ $pb->date }} {{ $pb->title }} {{ $pb->category }} {{ $pb->published }} {{ $pb->authoredby }} Edit Delete
@foreach ($publications as $pb) @endforeach
@endsection