@extends('layouts.app') @section('title','President Message') @section('content')
@foreach ($presidentmessages as $item) @endforeach
# Title Name Image Action
{{ $loop->iteration }} {{ $item->title }} {{ $item->name }}
@endsection @include('admin.components.delete') @include('admin.components.toster') @include('admin.components.tosterjs')