{{ __('New Niche') }}
@foreach ($niches as $niche) @endforeach
{{ __('ID') }} {{ __('Name') }} {{ __('Status') }} {{ __('Created At') }} {{ __('Action') }}
{{ $niche->id }} {{ $niche->name }} {{ $niche->formatted_status }} {{ $niche->formatted_created_at }}
{{ __('Edit') }}
{{ $niches->links() }}