@extends('layouts.dashboard') @section('title', 'Niches') @section('content')
entries

Niches

@foreach ($niches as $niche) @endforeach
S/N Name Added By Actions
{{ $niches->firstItem() + $loop->index }} {{ $niche->name }} {{ $niche->addedBy->name ?? 'N/A' }}
{{ $niches->links() }}
@endsection