@extends('layouts.main') @section('page-title', $page['seo_title']) @section('keywords', $page['seo_keywords']) @section('description', $page['seo_description']) @section('content')
@foreach($cases as $case)
#01 /{{ $cases->count() < 10 ? '0' : '' }}{{ $cases->count() }}
{{ $case->title }}
@if($case->video) @endif
@if($case->brand)
БРЕНД:
{{ $case->brand }}
@endif @if($case->agency)
АГЕНТСТВО:
{{ $case->agency }}
@endif
@foreach($case->tags as $tag) #{{ $tag->title }} @endforeach
@endforeach
@endsection