@extends('layouts.dashboard') @section('header') @endsection @section('content')
@if ($errors->has('password'))
{{ $errors->first('password') }} @endif
@csrf
@endsection @section('footer') @endsection