@extends('layouts.app') @section('title') {{ __('messages.lunch_break.edit_smart_patient_card_template') }} @endsection @section('header_toolbar')

@yield('title')

{{ __('messages.common.back') }}
@endsection @section('content')
@include('layouts.errors') @include('flash::message')
{{ Form::model($patientSmartCardTemplate, ['route' => ['patient-smart-card-templates.update', 'patient_smart_card_template' => $patientSmartCardTemplate->id], 'method' => 'patch']) }} @include('smart-patient-card-templates.edit-fields') {{ Form::close() }}
@endsection