@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 {{@$front_image['basename']}} @if(@$chiefComplaints->image_front == "") @php($required = 'required') @else @php($required = '') @endif

@if(@$chiefComplaints->image_back)

@endif {{@$back_image['basename']}} @if(@$chiefComplaints->image_back == "") @php($required = 'required') @else @php($required = '') @endif
@if(@$chiefComplaints->sort_order) @php($suggestedSortOrder = $chiefComplaints->sort_order) @endif
@endsection