@extends('layouts.admin') @section('title', 'Manage Ministry Banners') @section('header_title', 'Ministry Banners') @section('content')

Ministry Banners & Backgrounds

Add Ministry Photo
@forelse($photos as $photo) @empty @endforelse
ID Photo Preview Associated Code/Category (Legacy Bind) Status Actions
#{{ $photo->photoId }} @if($photo->photoFile) Ministry Photo @else Broken Image @endif Code: {{ $photo->alumniId }} Used by legacy templates for background layouts. @if($photo->photoActive) Active @else Inactive @endif Edit
@csrf @method('DELETE')
No ministry banners uploaded.
@endsection