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