@extends('layouts.app') @section('title') {{ __('messages.patient_id_card.new_patient_id_card_template') }} @endsection @section('css') @endsection @section('header_toolbar')

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors')
{{ Form::open(['route' => 'smart-patient-cards.store', 'files' => true]) }} @include('patient_id_card_template.fields') {{ Form::close() }}
@endsection