@include('admin::parts/head')
@include('admin::parts/menu')
{!! $breadcrumb !!}

Edit Form

{!! Alert::get('success') !!}
{!! Form::open(array('files'=>true, 'id'=>'form-scaffold'), 'POST') !!} {{--
--}} {{----}} {{--
--}} {{--
--}} {{--
--}} {{--@if( $download_thumbnail != null )--}} {{----}} {{--@else--}} {{----}} {{--@endif--}} {{--
--}} {{--
--}} {{--
--}} {{----}} {{--Select Image--}} {{--Change--}} {{----}} {{----}} {{--Remove--}} {{--

For Best Resolution : 200 x 150 px
File Type : .jpg | .jpeg | .png
Max Size : 2Mb

--}} {{--
--}} {{--
--}} {{--
--}} {{--
--}}
Select File Change Remove

File Type : .jpg | .jpeg | .png | .pdf
Max Size : 2Mb

{!! Form::close() !!}
@include('admin::parts/footer')