@extends('admin.layout.admin') @section('title') {{ $title }} @endsection @section('content') {{-- Alert Messages --}} @if(session('success'))
| Gambar | Informasi Award | Tanggal | Status | Aksi |
|---|---|---|---|---|
|
|
{{ $award->name }}
@if($award->description)
{{ Str::limit($award->description, 60) }}
@endif
|
{{ $award->formatted_award_date }} | @if($award->is_active) Aktif @else Nonaktif @endif |
{{-- Toggle Active --}}
{{-- Edit Button --}}
{{-- Delete --}}
|
Belum ada award yang ditambahkan