@extends('frontend.layouts.user.master') @section('title', 'Dashboard') @section('content')

Account Details

@csrf
@if ($errors->has('first_name'))

{{ $errors->first('first_name') }}

@endif
@if ($errors->has('last_name'))

{{ $errors->first('last_name') }}

@endif
Image Preview
@endsection