@extends('app') @section('content') Profile Preview Home Profile Setup {{csrf_field()}} Name Phone Previous Password New Password Confirm Password @if(!empty($user->profile_image)) @endif Profile Image @endsection @section('extra-js') @endsection