@extends('admin.layouts.master') @section('content')
Edit Admin
@csrf
@if($errors->has('name')) {{$errors->first('name')}} @endif
@if($errors->has('username')) {{$errors->first('username')}} @endif
@if($errors->has('email')) {{$errors->first('email')}} @endif
{{--
--}} {{--
--}} {{-- --}} {{-- --}} {{--
--}} {{--
--}}
@endsection