@extends('admin.layout') @if(!empty($abs->language) && $abs->language->rtl == 1) @section('styles') @endsection @endif @section('content')
@csrf
Update Page Headings
@if (!empty($langs)) @endif
@csrf
@if ($errors->has('service_title'))

{{$errors->first('service_title')}}

@endif
@if ($errors->has('service_subtitle'))

{{$errors->first('service_subtitle')}}

@endif
@if ($errors->has('service_details_title'))

{{$errors->first('service_details_title')}}

@endif
@if ($errors->has('portfolio_title'))

{{$errors->first('portfolio_title')}}

@endif
@if ($errors->has('portfolio_subtitle'))

{{$errors->first('portfolio_subtitle')}}

@endif
@if ($errors->has('portfolio_details_title'))

{{$errors->first('portfolio_details_title')}}

@endif
@if ($errors->has('faq_title'))

{{$errors->first('faq_title')}}

@endif
@if ($errors->has('faq_subtitle'))

{{$errors->first('faq_subtitle')}}

@endif
@if ($errors->has('pricing_title'))

{{$errors->first('pricing_title')}}

@endif
@if ($errors->has('pricing_subtitle'))

{{$errors->first('pricing_subtitle')}}

@endif
@if ($errors->has('product_title'))

{{$errors->first('product_title')}}

@endif
@if ($errors->has('product_subtitle'))

{{$errors->first('product_subtitle')}}

@endif
@if ($errors->has('product_details_title'))

{{$errors->first('product_details_title')}}

@endif
@if ($errors->has('cart_title'))

{{$errors->first('cart_title')}}

@endif
@if ($errors->has('cart_subtitle'))

{{$errors->first('cart_subtitle')}}

@endif
@if ($errors->has('checkout_title'))

{{$errors->first('checkout_title')}}

@endif
@if ($errors->has('checkout_subtitle'))

{{$errors->first('checkout_subtitle')}}

@endif
@if ($errors->has('knowledgebase_title'))

{{$errors->first('knowledgebase_title')}}

@endif
@if ($errors->has('knowledgebase_subtitle'))

{{$errors->first('knowledgebase_subtitle')}}

@endif
@if ($errors->has('knowledgebase_details_title'))

{{$errors->first('knowledgebase_details_title')}}

@endif
@if ($errors->has('blog_title'))

{{$errors->first('blog_title')}}

@endif
@if ($errors->has('blog_subtitle'))

{{$errors->first('blog_subtitle')}}

@endif
@if ($errors->has('blog_details_title'))

{{$errors->first('blog_details_title')}}

@endif
@if ($errors->has('rss_title'))

{{$errors->first('rss_title')}}

@endif
@if ($errors->has('rss_subtitle'))

{{$errors->first('rss_subtitle')}}

@endif
@if ($errors->has('rss_details_title'))

{{$errors->first('rss_details_title')}}

@endif
@if ($errors->has('gallery_title'))

{{$errors->first('gallery_title')}}

@endif
@if ($errors->has('gallery_subtitle'))

{{$errors->first('gallery_subtitle')}}

@endif
@if ($errors->has('career_title'))

{{$errors->first('career_title')}}

@endif
@if ($errors->has('career_subtitle'))

{{$errors->first('career_subtitle')}}

@endif
@if ($errors->has('course_title'))

{{$errors->first('course_title')}}

@endif
@if ($errors->has('course_subtitle'))

{{$errors->first('course_subtitle')}}

@endif
@if ($errors->has('course_details_title'))

{{$errors->first('course_details_title')}}

@endif
@if ($errors->has('event_calendar_title'))

{{$errors->first('event_calendar_title')}}

@endif
@if ($errors->has('event_calendar_subtitle'))

{{$errors->first('event_calendar_subtitle')}}

@endif
@if ($errors->has('team_title'))

{{$errors->first('team_title')}}

@endif
@if ($errors->has('team_subtitle'))

{{$errors->first('team_subtitle')}}

@endif
@if ($errors->has('contact_title'))

{{$errors->first('contact_title')}}

@endif
@if ($errors->has('contact_subtitle'))

{{$errors->first('contact_subtitle')}}

@endif
@if ($errors->has('quote_title'))

{{$errors->first('quote_title')}}

@endif
@if ($errors->has('quote_subtitle'))

{{$errors->first('quote_subtitle')}}

@endif
@if ($errors->has('error_title'))

{{$errors->first('error_title')}}

@endif
@if ($errors->has('error_subtitle'))

{{$errors->first('error_subtitle')}}

@endif
@if ($errors->has('event_title'))

{{$errors->first('event_title')}}

@endif
@if ($errors->has('event_subtitle'))

{{$errors->first('event_subtitle')}}

@endif
@if ($errors->has('event_details_title'))

{{$errors->first('event_details_title')}}

@endif
@if ($errors->has('cause_title'))

{{$errors->first('cause_title')}}

@endif
@if ($errors->has('cause_subtitle'))

{{$errors->first('cause_subtitle')}}

@endif
@if ($errors->has('cause_details_title'))

{{$errors->first('cause_details_title')}}

@endif
@if ($errors->has('client_feedback_title'))

{{$errors->first('client_feedback_title')}}

@endif
@if ($errors->has('client_feedback_subtitle'))

{{$errors->first('client_feedback_subtitle')}}

@endif
@endsection