@lang('common.title') | @lang('common.description') | @lang('front_settings.button_text') | @lang('front_settings.button_url') | @lang('common.action') |
---|---|---|---|---|
{{$about_us != ""? $about_us->title:""}} | {{$about_us != ""? $about_us->description:""}} | {{$about_us != ""? $about_us->button_text:""}} | {{$about_us != ""? $about_us->button_url:""}} | @if($about_us != "") @if(userPermission('about-page/view')) @lang('common.view') @endif @if(userPermission('about-page/edit')) @lang('common.edit') @endif @endif |