@extends('welcome') @section('content')
Type your current password
@if (session('status'))
{{ session('status') }}
@endif
{{ csrf_field() }} {{-- --}}
@if ($errors->has('password')) {{ $errors->first('password') }} @endif
@endsection