@extends('dashboard.layouts.app') @section('content')
@if (session('success')) @endif @if ($errors->any()) @endif
Show
@if ($types->isNotEmpty()) @foreach ($types as $type) @endforeach
Type Action
{{ $type->type }}
{{ $types->appends(request()->except('page'))->links('pagination::bootstrap-5') }}
@else

Please select a role, month, or year to view user records.

@endif
@endsection