@extends('backend.layouts.app')
@section('title') @lang('report::labels.' . $report) @stop
@section('page-header')
@stop
@section('content')
@include("backend.includes.flash")
@if (!session()->has('error'))
@livewire('report.' . $report. '-component')
@endif
@endsection
@push('page-css')
@endpush
@push ('vendor-css')
@endpush
@push ('page-scripts')
@endpush