@extends('source.layouts.app') @section('content')
@include('source.common.header') @include('source.common.sidebar')
@if(session('success'))
{{ session('success') }}
@endif
Account Settings
General Information
@csrf
Profile Image*
{{auth('admin')->user()->name}}
Upload Image
JPG or PNG format, not exceeding 5MB.
Address Information
@endsection