@extends('user.app') @section('head') @endsection @section('content')

Все о вредителях

    @foreach ($categories as $category)
  • first) class="active" @endif data-id='{{$category->id}}'>{{$category->name}}
  • @endforeach

@foreach ($categories as $c)
@foreach ($c->blogs as $blog) @endforeach
@endforeach
@endsection @section('foot') @endsection