@extends('layouts.web.app') @section('page_title') @lang('site.products') @endsection @section('content')

@lang('site.products')

@foreach($categories as $category) @endforeach
@endsection