@extends('adminlte::page') @section('title', 'Edit Sub Admin') @section('content')

Edit Sub Admin

@method('PATCH') @csrf
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('phone')) {{ $errors->first('phone') }} @endif
@stop