Notice: Undefined variable: control in /home/demohatinco/public_html/medical2_backend/resources/views/admin/settings/create.blade.php on line 2
@extends('layouts.default_edit') @section('heading') {!! $heading !!} @endsection @section('leftsideform') @include('admin.settings.partial.form') {!!Form::close()!!}
{!! Form::open(['method' => 'get', 'route' => ['settings.index']]) !!} {{-- {!! Form::submit('Save', ['class' => 'btn btn-default btn-block btn-lg btn-parsley']) !!} --}} {!! Form::close() !!}
@endsection {!!Form::close()!!}