@extends('frontend.layouts.layout') @push('title') | Categorias @endpush @include('frontend.partials.header') @section('content') {{-- --}} {{-- {{ $campain }} --}}
@forelse ($campain['categories'] as $category) @if($category->state) @endif @empty @endforelse
@endsection @push('footer') @include('frontend.partials.footer') @endpush @push('js') @endpush