@extends('layouts.admin') @section('title') Ananas | Placement Test @endsection @section('breadcrumb') @endsection @section('PlacementTest') active {{session('sidebar_color')}} @endsection @section('style') @endsection @section('content')
add

Add New

Test

Placement Test Question table
@foreach($tests as $test) @endforeach
Order Title Action

{{$test->order}}

@if(strlen($test->title)<70) {{$test->title}} @else {{ mb_substr($test->title,0,65)."..."}}@endif
listOptions editEdit
{{csrf_field()}} {{method_field('DELETE')}}
@if($test->options) @endif
{{ $tests->links() }}
@endsection