@extends('layouts.master') @section('browserTitle') {{ trans('menu.editPw') }} @endsection @section('breadcrumb') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin') @elseif($_SESSION['role']=='clinician') @endif @endif @endsection @section('title') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin') {{ trans('menu.clinician') }} {{ $clinician->user->firstname }} {{ $clinician->user->lastname }} @elseif($_SESSION['role']=='clinician') {{ trans('menu.editPw') }} @endif @endif @endsection @section('subtitle') @if(isset($_SESSION['logged'])&&($_SESSION['logged']==true)) @if($_SESSION['role']=='admin') {{ trans('menu.editPw') }} @endif @endif @endsection @section('body')
@method('PUT') @csrf
@endsection