@extends('layouts.master') @section('title', __('Buildings')) @section('stylesheet') @endsection @section('content')

{{ __('Home') }} / {{ __('Buildings') }}

@method('get')
{{-- Owners --}} {{-- ===================================== --}} {{-- Units --}} {{-- ===================================== --}} {{-- floor --}} {{-- ===================================== --}} {{-- Craft --}} {{-- ===================================== --}} {{-- subscription --}} @endsection @push('scripts') {!! $dataTable->scripts() !!} @endpush