@extends('layouts.default_module') @section('module_name') List of Chapter of {{ $courses->title ?? '' }} @stop @section('add_btn') {!! Form::open(['method' => 'get', 'url' => ['admin/chapter/create/' . ($courses->id ?? $chapter[0]->course_id)], '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', 'url' => ['admin/chapter/' . $courses->id ?? ''], 'files' => true]) !!} @include('admin.chapter.partial.searchfilters') {!! Form::close() !!} {{--