@extends('adminlte::page')
@section('title', 'Accreditations & Recognitions')
@section('content_header')
Accreditations & Recognitions
@stop
@section('content')
# |
Name |
Logo |
Actions |
@foreach($accreditations as $accreditation)
{{ $accreditation->id }} |
{{ $accreditation->name }} |
|
Edit
|
@endforeach
@stop