@extends('layouts.app') @section('content')
@include('layouts.left-menu')

Edit Sub-Admin

@include('session-messages') @if ($errors->any()) @endif
@csrf
Personal Information
@if($subadmin->photo)
Current Photo

Current photo (will be replaced if you upload a new one)

@endif
Leave empty to keep current photo
Contact Information
This will be used for login
Address Information
Ready to Update Sub-Admin?
Please review all information before submitting
Cancel
@include('layouts.footer')
@include('components.photos.photo-input') @endsection