getLocale()) == 'fa') || (str_replace('_', '-', app()->getLocale()) == 'ar') ? "dir=rtl" : "dir=ltr" }}>
Neeon
@include('layouts.links')
@yield('css')
@php
$color1 = $setting["color"];
$color2 = $setting["color_2"];
$color3 = $setting["color_3"];
@endphp
@include('layouts.header')
@yield('content')
@include('layouts.footer')
@include('layouts.scripts')
@yield('script')
@if(Session::has('notify_success'))
@endif
@if(Session::has('error'))
@endif