@extends('backend.layouts.app') @section('title') @lang('report::labels.' . $report->sp_slug) @stop @section('page-header')

@lang('report::labels.' . $report->sp_slug)

@stop @section('content') @include("backend.includes.flash")
@livewire("config.manage-report-component",["report"=>$report])
@endsection @push('page-css') @endpush @push ('vendor-css') @endpush @push ('page-scripts') @endpush