@extends('admin.layouts.contentLayoutMaster') @section('title','Patient Edit') @section('pagelevelcss') @stop @section('content')
{{ csrf_field() }}

@if($editdata->expsymp == 1) @php $show = "display:block;"; @endphp @else @php $show = "display:none;"; @endphp @endif

covtestdate)) : ''}}" readonly>
sympdate)) : ''}}" readonly>
@endsection @section('pageleveljs') @stop