@extends('multiauth::layouts.app') @section('content')
Edit details of {{$admin->name}}
@include('multiauth::message')
@csrf @method('patch')
@if ($errors->has('role_id')) {{ $errors->first('role_id') }} @endif
active ? 'checked':'' }} name="activation" class="form-control col-md-6" id="active">
Back
@endsection