@extends('site.layout.layout') @section('title',__('Store Profile')) @if($store) @section('content')

{{ $store->getTranslation('title',app()->getLocale()) }}

{{ $store->getTranslation('description',app()->getLocale()) }}