Notice: Undefined variable: control in /home/demohatinco/public_html/medical2_backend/resources/views/admin/group_exams/create.blade.php on line 2
@extends('layouts.default_edit') @section('heading') {!! $heading !!} Exam @endsection @section('leftsideform') @if($control == 'edit') {!! Form::model($group,['id'=>'my_form', 'method' => 'POST', 'route' => ['group.update', $group->id],'files'=>true]) !!} @else {!! Form::open(['id'=>'my_form','method' => 'POST', 'route' => ['group_exams.save' ], 'files'=>true]) !!} @endif @include('admin.group_exams.partial.form') {!!Form::close()!!}
{!! Form::open(['method' => 'get', 'url' => ['admin/group']]) !!} {!! Form::close() !!}
@endsection {!!Form::close()!!}