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

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

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

{{ $errors->first('menu_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('blog_title'))

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

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

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

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

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

@endif
@endsection