@extends('layouts.app') @section('title', __('Reports')) @section('content')
{{ __('Reports') }}
@csrf
{{ __('Generate') }}
@endsection @section('scripts') @endsection