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