@extends('layouts.master') @section('title', 'Change Password') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @yield('title') {{ csrf_field() }} @if(!Auth::user()->hasRole('Admin')) Current Password * @endif New Password * Confirm New Password * @include('layouts.footer') @endsection