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

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

@endif
@if ($settings->theme_version == 2)
@endif
@if ($errors->has('button_text'))

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

@endif
@endsection