@extends('layouts.admin.app') @section('page_title') @lang('site.navigations') @endsection @section('content') @lang('site.dashboard') @lang('site.home') @lang('site.contacts') @lang('site.show') @lang('site.show') @include('partials._errors') @lang('site.name') @lang('site.email') @lang('site.phone') @lang('site.message') {{$contact->message}} @endsection