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