@extends('web.layouts.container') @section('header') @endsection @section('content') @if(count($page)) {{__('pressKits.head')}} @foreach($page as $pressKit) {{$pressKit->title}} @endforeach @endif @endsection @section('inner_js') @endsection