@extends('admin.layout.base') @section('title') {{'Achievements'}} @endsection @push('inlineStyle') @endpush @section('content')
Title | Category | Status | Actions |
---|---|---|---|
{{substr(ucfirst($ach->title),0,30)}} | {{$ach->category->name}} | @if($ach->status == 1) Active @else Inactive @endif |
@can('achievement-delete')
{!! Form::open(['method' => 'DELETE', 'route' => ['achievement.destroy', $ach->id], 'onsubmit' => 'return confirmDelete()']) !!}
@csrf
{!! Form::close() !!}
@endcan
|
No record uploaded | @endif