@extends('layouts.app') @section('title') @if( ! empty($title)) {{ $title }} | @endif @parent @endsection @section('content')
@include('admin.sidebar_menu')
@if( ! empty($title))

{{ $title }}

@endif @include('admin.flash_msg')
@csrf
{!! $errors->has('old_password')? '

'.$errors->first('old_password').'

':'' !!}
{!! $errors->has('new_password')? '

'.$errors->first('new_password').'

':'' !!}
{!! $errors->has('new_password_confirmation')? '

'.$errors->first('new_password_confirmation').'

':'' !!}
@endsection