Notice
: Undefined variable: control in
/home/developmenthatin/public_html/hrs_backend/resources/views/admin/lecturer/create.blade.php
on line
2
@extends('layouts.default_edit') @section('heading') {!! $heading !!} @endsection @section('leftsideform') {{-- {!!dd($errors)!!} --}} @if (count($errors) > 0)
×
@foreach($errors->all() as $error)
{{ $error }}
@endforeach
{{--
{{ $message }}
--}}
@endif @if ($control == 'edit') {!! Form::model($lecture, ['id' => 'my_form', 'method' => 'POST', 'route' => ['lecturer.update', $lecture->id], 'files' => true]) !!} @else {!! Form::open(['id' => 'my_form', 'method' => 'POST', 'route' => ['lecturer.save'], 'files' => true]) !!} @endif @include('admin.lecturer.partial.form') {!! Form::close() !!}
{!! Form::open(['method' => 'get', 'route' => ['lecturer.index']]) !!} {!! Form::submit('Cancel', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} {!! Form::close() !!}
@endsection {!! Form::close() !!}