@extends('layouts.site') @section('meta_title') {{ __('site.nav_about') }} — {{ $brand }} @endsection @section('title', __('site.nav_about')) @section('content')
{{ $brand }}
{{ $tagline }}
{{ __('site.about_fallback', ['brand' => $brand]) }}