@extends('admin.layouts.app') @section('content')

Edit Sub-Admin

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf @method('PUT')
Leave blank to keep the current password.
@if ($sub_admin->image)
@else @endif
{{--
--}}
Cancel
@endsection