@extends('backend.admin.master') @section('content')
@include('backend.admin.profile.sidebar')
@csrf
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Full Name
Email
Phone
Address
Profile Image
@endsection