@extends('layout.app') @section('contents')
Step 2: Select all your favourite categories so we can suggest a few goog pins to start off with!
@csrf
@for($i = 0; $i<5; $i ++) @foreach($categories as $category)
{{$category->category}}
@endforeach @endfor

@endsection @section('script') @endsection