@extends('layouts.admin') @section('title', 'Officials') @section('content')
| Photo | Name | Role | Actions |
|---|---|---|---|
|
{{ $official->name }} | {{ $official->role }} | Edit |
No officials found. Run the seeder first:
php artisan db:seed --class=HomepageSeeder |
|||