@extends('dashboard_layout') @section('content')
@if(Session::has('submit-status'))

{{ Session::get('submit-status') }}

@endif

Edit Profile Page

{{ csrf_field() }}
@if(empty(Auth::guard('crypto')->user()->image)) @else @endif
{{ $errors->first('profile_image') }}
{{ $errors->first('first_name') }}
{{ $errors->first('last_name') }}
{{ $errors->first('country') }}
{{ $errors->first('city') }}
@endsection