@extends('layouts.main') @section('page-title', 'Кейсы') @section('keywords', '') @section('description', '') @section('content')
@foreach($cases as $case)
СМОТРЕТЬ КЕЙС @if($case->video) @endif
@if($case->title)
КЕЙС:
{{ $case->title }}
@endif @if($case->brand)
БРЕНД:
{{ $case->brand }}
@endif @if($case->agency)
АГЕНТСТВО:
{{ $case->agency }}
@endif
@foreach($case->tags as $tag) #{{ $tag->title }} @endforeach
@endforeach
@endsection