@extends('layouts.app') @section('title') {{ __('messages.smart_patient_card.add_smart_card') }} @endsection @section('content')

{{ __('messages.smart_patient_card.add_smart_card') }}

{{ __('messages.common.back') }}
@include('layouts.errors')
@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() }}
@endsection