@extends('layouts.delete') @section('webtitle') {{ trans('menu.detachClinician') }} @endsection @section('title') {{ trans('msg.detachingClinician', ['name' => $clinician->user->firstname . ' ' . $clinician->user->lastname]) }} @endsection @section('subtitle') {{ trans('menu.detachClinician') }}. {{ trans('msg.confirm') }} @endsection @section('confirm_message') {{ trans('msg.noSeeInfo') }} @endsection @section('confirm_button')
@endsection @section('revert_message') {{ trans('msg.seeInfo') }} @endsection @section('revert_button') {{ trans('btn.cancel') }} @endsection