@extends('super_admins.layouts.master') @section('title') Tests @endsection @section('css') @include('super_admins.includes.datatable_css') @endsection @section('content')

Tests

@php $params = explode('?', request()->getRequestUri()); $params = $params[1] ?? null; @endphp Export Add
@foreach ($tests as $test) @endforeach
Name Image Created at Status Action
{{ $test->name }} @if ($test->image) {{ $test->slug }}     @else - @endif {{ date_format($test->created_at, 'd-m-Y') }} {{ $test->is_active ? 'Active' : 'Inactive' }} @if (!$test->trashed())
{{-- edit --}} {{-- delete --}}
@else
{{-- restore --}} {{-- delete permanently --}}
@endif
@endsection @section('scripts') @include('super_admins.includes.datatable_scripts') @endsection