@extends('admin.layout.main') @section('title','Profile-Edit') @section('content')
@csrf @method('PUT')

Please ensure that you are uploading an image is 1MB or less and one of the following types: JPG,JPEG, or PNG

@if($userDetail['profile_image'] != "")
@endif
Cancel
@endsection @section('js') @append