@extends('admin.layouts.layout') @section('css') @endsection @section('content')

Select Tenant

To proceed with {{ $module }}, please select a tenant from the dropdown below.

@csrf
@error('tenant_id') {{ $message }} @enderror
@endsection @section('scripts') @endsection