@extends('tenant.layouts.master')
@section('title', 'New Record')
@section('page-title', 'New Record')
@section('breadcrumbs')
Records
New
@endsection
@section('content')
@include('tenant.records._form', ['action' => route('tenant.records.store', $tenant), 'method' => 'POST'])
@endsection