@extends('admin.layout') @section('content') @php $rtl = App\Language::where('code', App::getLocale())->first()->rtl == true ? 'rtl' : 'ltr'; @endphp