@extends('layouts.app') @section('page-title', __('Reports')) @section('page-heading', __('Report Wizard')) @section('breadcrumbs') @stop @section('styles') @endsection @section('content') @include('partials.messages')
@csrf
@endsection @push('scripts') @endpush