@extends('layouts.app') @section('title_and_meta') Update Password | Wishours @endsection @section('content')
@if($errors->any()) {!! implode('', $errors->all('
:message
')) !!} @endif @if (session('success')) @endif @if (session('error')) @endif
Update Password
@csrf
@include('partials.sidebar')
@endsection