@extends('layout.app') @section('content')

@foreach ($categoty as $r) @endforeach
ID Token Category Action
{{ $r->id }} {{ $r->tokenCategory }}
@method('DELETE') @csrf
{{-- {{ $employees->links() }} --}}
@endsection @section('ajax') @endsection