@extends('back.layouts.main') @section('title','Change Password') @section('content-header')

Change Password

@endsection @section('content')
@csrf @method('post')
@if ($errors->has('password')){{ $errors->first('password') }}@endif
@endsection