@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
@csrf
{{ __('Update Page Headings') }}
@includeIf('backend.partials.languages')
@if ($errors->has('blog_page_title'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
@endsection