@extends('backEnd.master')
@section('title')
@lang('front_settings.about_page')
@endsection
@section('mainContent')
@if(isset($update))
@lang('common.edit')
@else
@lang('common.add')
@endif
@lang('front_settings.info')
@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