@extends('layouts.app') @section('title', 'New Organization') @section('content')

New Organization

Back
@include('partials.alerts')
@csrf
Organization Details
Owner Account (Organization Admin)
Share this with the organization owner. Min 6 chars.
Enabled Modules
@foreach ($modules as $key => $mod)
@endforeach
@endsection