@extends('layouts.admin') @section('content')
Relatório
@csrf
@if($errors->has('company'))
{{ $errors->first('company') }}
@endif {{ trans('cruds.user.fields.class_helper') }}
@endsection