@extends('layouts.app_web') @section('content')
@include('layouts.navigation_web')
@foreach ($categories as $category)
@endforeach
{{-- --}}
@endsection