@extends('admin.layouts.master') @section('title', 'New Tenant') @section('page-title', 'New Tenant') @section('breadcrumbs') @endsection @section('content') @include('admin.tenants._form', ['action' => route('admin.tenants.store'), 'method' => 'POST']) @endsection