@extends('physician.layouts.master') @section('content') @if (\Session::has('error'))
{!! \Session::get('error') !!}
@endif @if (\Session::has('success'))
{!! \Session::get('success') !!}
@endif @if ($errors->any())
@endif
{{@$heading}}

@if(@$chiefComplaints->image_front)

@endif @if(@$chiefComplaints->image_front == "") @php($required = 'required') @else @php($required = '') @endif
@if(@$chiefComplaints->sort_order) @php($suggestedSortOrder = $chiefComplaints->sort_order) @endif
@endsection