@extends('backEnd.master')
@section('title')
@lang('front_settings.contact_page')
@endsection
@section('mainContent')
@if(isset($update))
@lang('common.edit')
@else
@lang('common.add')
@endif
@lang('front_settings.info')
@lang('front_settings.title')
@lang('common.description')
@lang('front_settings.button_text')
@lang('front_settings.button_url')
@lang('front_settings.image')
@lang('common.action')
{{$contact_us != ""? $contact_us->title:""}}
{{$contact_us != ""? $contact_us->description:""}}
{{$contact_us != ""? $contact_us->button_text:""}}
{{$contact_us != ""? $contact_us->button_url:""}}
@if($contact_us != "")
@if(userPermission('contactPageStore'))
@lang('common.view')
@endif
@endif
@if(userPermission('contactPageEdit'))
@lang('common.edit')
@endif