@extends('web.layouts.container') @section('header')
@endsection @section('content') @if(count($page))

{{__('pressKits.head')}}

@foreach($page as $pressKit) @endforeach
@endif @endsection @section('inner_js') @endsection