@extends('layouts.app') @section('title') {!! trans('action.view_context', ['context' => $context->displayName()]) !!} @stop @section('content')

{!! trans('action.view_context', ['context' => $context->displayName()]) !!}

@include('fragments.crud.view', [ 'context' => $context, 'after_content' => 'category.view.image' ])

{{ trans_choice('context.list_' . $opening_hours->context(), $opening_hours_page->total(), [ 'count' => $opening_hours_page->total() ]) }}

@include('fragments.crud.index', [ 'context' => $opening_hours, 'page' => $opening_hours_page ]) @if (Route::has($opening_hours->context('%s.add'))) @lang('action.add_context', ['context' => trans('context.' . $opening_hours->context())]) @endif
@endsection