7 lines
203 B
PHP
7 lines
203 B
PHP
@extends('layouts.app')
|
|
|
|
@section('content')
|
|
<div class="container mx-auto px-4 py-8">
|
|
<livewire:reports.report-builder :project="$project" :key="'report-builder-'.$project->id" />
|
|
</div>
|
|
@endsection |