@extends('layouts.dashboard') @section('content')
{{----}}
@foreach ($category as $cat) @endforeach
Sl No Strategy Title Strategy Image Strategy Description Action
{{$no}} {{ $cat->title }} {{ $cat->description }} Edit Strategy
{{ $category->links() }}
@endsection