@extends('layouts.frontlayout') @section('content')
Home
Change Password
@include('user.partials.flash_messages')
{{ csrf_field() }} @if(isset($user) && isset($user['password_set']) && $user['password_set'] == 1)
...
@endif
...
...
@endsection