@extends('welcome') @section('seo_title', 'All Categories | ') @section('content')
{{__("All Categories")}}
@include('components.category-loop')
@endsection