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