@extends('layouts.default_module')
@section('module_name')
Workshop
@stop
@section('add_btn')
{!! Form::open(['method' => 'get', 'route' => ['workshop.create'], 'files' => true]) !!}
{!! Form::submit('Add Workshop', ['class' => 'btn btn-success pull-right']) !!}
{!! Form::close() !!}
@stop
@section('table-properties')
width="400px" style="table-layout:fixed;"
@endsection
@section('table')
Name
Teacher
Course
Edit
Delete