@extends('layouts.default_module') @section('module_name') Test @stop @section('add_btn') {!! Form::open(['method' => 'get', 'route' => ['test.create'], 'files' => true]) !!} {!! Form::submit('Add', ['class' => 'btn btn-success pull-right']) !!} {!! Form::close() !!} @stop @section('table-properties') width="400px" style="table-layout:fixed;" {{-- @endsection --}} @section('table') {!! Form::open(['method' => 'get', 'route' => ['admin.test'], 'files' => true]) !!} @include('admin.test.partial.searchfilters') {!! Form::close() !!} {{--
--}}
Name
Assignable
Action
Test Assigned
Option
@foreach ($test as $key => $t)
{!! ucwords($t->name) !!}
@if ($t->is_assignable == '1')
TRUE
@else
FALSE
@endif {{--
--}} Questions {{--
--}} Test Assigned
@endforeach @section('pagination') {!! $test->render() !!} @endsection @stop