@extends('layouts.userlayout') @section('content')
@csrf
@if (session('success')) @endif @if (session('error')) @endif

Edit Profile

@endsection