@extends('layouts.mega.master') @section('content')

{{ __('Add Tenants') }} Back

@include('partial.message')
@csrf
{{--
--}}
{{-- --}} {{-- --}}
@if ($errors->has('g-recaptcha-response')) {{ $errors->first('g-recaptcha-response') }} @endif
{{ __('Create Tenant') }}
@endsection