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

Niche List

@if (canAccess(['niche create'])) Create Niche @endif
@if (!empty($results)) @foreach ($results as $key => $row) @endforeach @endif
SL Name Action
{{ ++$key }} {{ strFilter($row->name) }}
@if (canAccess(['niche edit'])) @endif @if (canAccess(['niche destroy'])) @endif
@endsection @push('headerPartial') @endpush @push('footerPartial') @endpush