@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('menu_title'))

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@endif
@endsection