@extends('backend.layout') {{-- this style will be applied when the direction of language is right-to-left --}} @includeIf('backend.partials.rtl-style') @section('content')
{{ __('Home Page') }}
@includeIf('backend.partials.languages')
@csrf
@error('category_title')
{{ $message }}
@enderror
@error('upcoming_event_title')
{{ $message }}
@enderror
@error('features_title')
{{ $message }}
@enderror
@endsection