@extends('layouts.authenticated') @section('title', 'Create Organization | HMS') @section('page-title', 'Create Organization') @section('content')

Create Organization

Add a new tenant organization to HMS.

@csrf @include('organizations.partials.form', ['organization' => $organization])
@endsection