@extends('layout.app') @section('header') @endsection @section('content')
Navigation
Annual General Meeting Management
@foreach($meetings as $meeting) @endforeach
Post Link Year Date Action
{{$meeting->post}} {{$meeting->link}} {{$meeting->year}} {{$meeting->created_at}}
@csrf @method("DELETE")
@endsection @section('script') @endsection