@extends('web.layouts.layout') @section('content')
@foreach($categories as $category) @endforeach
@endsection @section('content_js') @endsection