@extends('backend.layouts.app') @section('title', app_name().' | '.__('crm::menus.birthday')) @section('content')
{{-- content header --}}

@lang('crm::menus.birthday')   @lang('crm::labels.birthday.edit')

{{-- content body --}}

: {{ $patient->patient_unique_id.' - '.$patient->patient_name }}

{{ form_cancel(url()->previous(), __('buttons.general.cancel')) }}
{{ form_submit(__('buttons.general.crud.create')) }}
@endsection