@php $direct = ""; if (Session()->get('admin_direction') != '') { if (Session()->get('admin_direction') == 'rtl') { $direct = "-rtl"; } } @endphp