@extends('admin.layouts.master') @section('title', 'Set up Admin') @section('page-title', 'Set up Company Admin') @section('breadcrumbs') @endsection @section('content')

Step 2 of 2 — Admin account for {{ $company->name }}

This person logs in at /company/login and manages the company.
@csrf
@error('admin_name')
{{ $message }}
@enderror
@error('admin_email')
{{ $message }}
@enderror
@error('password')
{{ $message }}
@enderror
Cancel
@endsection