@extends('layouts.frontlayout') @section('content')
Home
Change Password
{{--
Welcome to {{Settings::get('company_name')}}
--}}
@include('user.partials.flash_messages')
{{ csrf_field() }} @if(isset($user) && isset($user['password_set']) && $user['password_set'] == 1)
...
@endif
...
...
{{-- Cancel --}}
@endsection