@extends('layouts.app') @include('layouts.datatables_css') @section('content') @include('achievement.header')
Achievements
@foreach ($achievements as $achievement) @endforeach
Image Name Description Colour Status Action
{{ $achievement->name }} {{ $achievement->description }}

{{$achievement->bgcolour}}

@if ($achievement->status) check_circleActive @else cancelInactive @endif remove_red_eye edit {{-- {{ Form::open(['route' => ['achievement.destroy', $achievement->id ], 'class' => 'inline-block' , 'onclick' => "return confirm('Are you sure ?')"]) }} {{ Form::hidden('_method', 'DELETE') }} {{ Form::close() }} --}}
Image Short Code achievement Name Basic Level Index Advanced Level Index Exam Level Id Status Action
@endsection