@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Update Vendor Section') }}
@includeIf('backend.partials.languages')
@csrf
@error('button_name')

{{ $message }}

@enderror
@endsection