@extends('layouts.dashboard') @section('content')
@foreach ($chose as $cat) @endforeach
Sl No Title Icon Short Text Action
{{$no}} {{ $cat->title }} {{ $cat->s_text }} {!! $cat->icon !!}
{{ $chose->links() }}
@endsection @section('scripts') @endsection