Skip to content

Commit

Permalink
ref
Browse files Browse the repository at this point in the history
  • Loading branch information
alibaghernia committed May 3, 2024
1 parent 9977e4e commit 33eef68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion resources/views/layouts/base.blade.php
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<!doctype html>
{{--todo--}}
<html lang="@yield('lang', app()->getLocale())" dir="@yield('dir', app()->getLocale() === 'en' ? 'ltr' : 'rtl')">
<html
lang="@yield('lang', app()->getLocale())"
dir="@yield('dir', app()->getLocale() === 'en' ? 'ltr' : 'rtl')"
>
<head>
@yield('head.start')
<meta charset="UTF-8">
Expand Down

0 comments on commit 33eef68

Please sign in to comment.