@extends('admin.master') @section('title', @trans('Accreditation')) @section('content')
| # | @trans('Title') | @trans('Created By') | @trans('Status') | @trans('Settings') | @forelse ($accreditation as $item)||
|---|---|---|---|---|---|---|
| {{ $loop->index + 1 }} | {{ @$item->transLocale->first()->title }} | {{ @$item->create_by->name }} | @if ($item->status == 1) @trans('Active') @else @trans('Unactive') @endif |
|
||
| @trans('No accreditation found') | ||||||