@extends('layouts.app') @section('title') {{ __('messages.patient_id_card.edit_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.update', $patientIdCardTemplateData->id], 'files' => true]) }} @method('PATCH') @include('patient_id_card_template.fields') {{ Form::close() }}
@endsection