@extends('layouts.delete') @section('webtitle') {{ trans('menu.deleteClinician') }} @endsection @section('title') {{ trans('msg.deletingClin', ['name' => $clinician->user->firstname . ' ' . $clinician->user->lastname]) }} @endsection @section('subtitle') {{ trans('menu.deleteClinician') }}. {{ trans('msg.confirm') }} @endsection @section('confirm_message') {{ trans('msg.theClin') }} {{ 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