@include('flash::message')
Select a template
{!! Form::label('search','Search:') !!}
{!! Form::text('search', '' , ['class' => 'form-control template_search','placeholder' => 'Search','id' => 'template_search']) !!}
{!! Form::checkbox('premade_template' , null , 0 ,['class' => 'premade_template']) !!}
{!! Form::label('premade_template','Premade template',['class' => 'input-label ml-2']) !!}
{!! Form::checkbox('your_template' , null , 0 ,['class' => 'your_template']) !!}
{!! Form::label('your_template','Your template',['class' => 'input-label ml-2']) !!}
@foreach($templates as $key => $template)
@endforeach