@extends ('layouts.template') @section('content')
@if(!$pro->hasRates())
Not allowed
@else
New Patient
@if (session('message'))
{{ session('message') }}
@endif
@endif
@endsection