@extends('admin.layout.base') @section('title') {{'Achievement'}} @endsection @section('inlineStyle') @endsection @section('content')

View Achievement


Achievement
Image Title Abstract Category Date Status
img-sm {{ ucfirst($ach->title) }} {{ ucfirst($ach->abstract) }} {{ $ach->category->name }} {{ $ach->date }} @if($ach->status == 1) @else @endif
@can('achievement-edit') Edit @endcan Cancel
@endsection @section('inlineJs') @endsection