@php use Illuminate\Support\Facades\Session; @endphp @extends('layouts.back-end.app') @section('title', translate('payment_options')) @section('content') @php($direction = Session::get('direction') === "rtl" ? 'right' : 'left')