@extends('layouts.delete') @section('webtitle') {{ trans('menu.deletePatient') }} @endsection @section('title') {{ trans('msg.deletingPat', ['name' => $patient->user->firstname . ' ' . $patient->user->lastname]) }} @endsection @section('subtitle') {{ trans('menu.deletePatient') }}. {{ trans('msg.confirm') }} @endsection @section('confirm_message') {{ trans('msg.thePat') }} {{ trans('msg.permRemoved') }} {{ trans('msg.db') }} @endsection @section('confirm_button')
@method('DELETE') @csrf
@endsection @section('revert_message') {{ trans('msg.theClin') }} {{ trans('msg.notRemoved') }} {{ trans('msg.db') }} @endsection @section('revert_button') {{ trans('btn.cancel') }} @endsection