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()!!}