@extends('admin.layout.master') @section('content') {{__('admin.view') . ' ' . __('admin.pages')}} @foreach (languages() as $lang) {{__('site.title_'.$lang)}} @endforeach @foreach (languages() as $lang) {{__('admin.description')}} {{$page->getTranslations('content')[$lang]}} @endforeach {{__('admin.back')}} @endsection @section('js') @endsection