@extends('layouts.front-layout') @section('content')

Your Regimen.

@php $count = 1; @endphp
    @foreach($categories as $category )
  • {{$count++}}{{$category->category_name}}
  • @endforeach

@foreach($categories as $key => $category)

Quest:

Step {{$key+1}} - 4

@endforeach
Total : @if($key == 3) @endif
@endsection @section('script') @endsection