@extends('backEnd.master') @section('title') @lang('front_settings.news_heading') @endsection @section('mainContent')
@lang('front_settings.news_heading')
@lang('common.dashboard')
@lang('front_settings.front_settings')
@lang('front_settings.news_heading')
@if(userPermission('news-heading-update')) {{ Form::open(['class' => 'form-horizontal', 'files' => true, 'route' => 'news-heading-update-new', 'method' => 'POST', 'enctype' => 'multipart/form-data']) }} @endif
@lang('front_settings.update_news_heading_section')
@lang('front_settings.title')
*
@if ($errors->has('title'))
{{ $errors->first('title') }}
@endif
@lang('common.description')
*
{{isset($update)? ($SmNewsPage != ''? $SmNewsPage->description:''):'' }}
@if($errors->has('description'))
{{ $errors->first('description') }}
@endif
@lang('front_settings.main_title')
*
@if ($errors->has('main_title'))
{{ $errors->first('main_title') }}
@endif
@lang('front_settings.main_description')
*
{{isset($update)? ($SmNewsPage != ''? $SmNewsPage->main_description:''):'' }}
@if($errors->has('main_description'))
{{ $errors->first('main_description') }}
@endif
@lang('front_settings.button_text')
*
@if ($errors->has('button_text'))
{{ $errors->first('button_text') }}
@endif
@lang('front_settings.button_url')
*
@if ($errors->has('button_url'))
{{ $errors->first('button_url') }}
@endif
@if($errors->has('image'))
{{ $errors->first('image') }}
@endif
image) :trans('common.image') .' *' :trans('common.image') .' *' }}" readonly>
{{ __('common.browse') }}
@lang('front_settings.image')(1420px*450px)
main_image) :trans('common.main') .' '. trans('common.image') .' *' :trans('common.main') .' '. trans('common.image') .' *' }}" readonly>
{{ __('common.browse') }}
@lang('common.image')(1420px*450px)
@php $tooltip = ""; if(userPermission('news-heading-update')){ $tooltip = ""; }else{ $tooltip = "You have no permission to add"; } @endphp
@if(Illuminate\Support\Facades\Config::get('app.app_sync'))
@lang('common.update')
@else
@if(isset($update)) @lang('common.update') @else @lang('common.save') @endif
@endif
{{ Form::close() }}
@if($SmNewsPage)
@lang('front_settings.news_details')
×
image : '../img/client/common-banner1.jpg'}}) no-repeat center;background-size: 100%">
{{$SmNewsPage->title}}
{{$SmNewsPage->description}}
{{$SmNewsPage->button_text}}
{{$SmNewsPage->main_title}}
{{$SmNewsPage->main_description}}
@endif @endsection