@extends('admin.layout') @section('content')
{{__('Edit Admin')}}
{{__('Back')}}
@csrf
...

@endsection