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

@if(old('expsymp') == 1) @php $show = "display:block;"; @endphp @else @php $show = "display:none;"; @endphp @endif

@endsection @section('pageleveljs') @stop