@extends('layouts.admin') @section('title', $mode === 'create' ? 'Add Admin' : 'Edit Admin — '.$admin->name) @push('styles') @endpush @section('content')
@if($mode === 'create') Create a new Tenseal staff account. The admin receives a welcome email with a temporary password. @else Change this admin's role, contact info, or activation. @endif