@if (isRole('doctor'))
{{ Form::open(['route' => ['doctors.smart-patient-cards.store'], 'method' => 'POST', 'files' => true,'id'=> 'createStaffForm']) }}
@endif
@if (isRole('clinic_admin'))
{{ Form::open(['route' => ['smart-patient-cards.store'], 'method' => 'POST', 'files' => true,'id'=> 'createStaffForm']) }}
@endif
@include('smart_patient_cards.fields')
{{ Form::close() }}