@extends('master.back') @section('content')
| {{ __('Name') }} | {{ __('Direction') }} | {{ __('Language') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $data->language }} | @if ($data->rtl == 0) {{ __('LTR') }} @else {{ __('RTL') }} @endif |
|
{{ __('Edit') }}
@if($data->id != 1)
@endif
|
| {{ __('Name') }} | {{ __('Direction') }} | {{ __('Language') }} | {{ __('Actions') }} |
|---|---|---|---|
| {{ $data->language }} | @if ($data->rtl == 0) {{ __('LTR') }} @else {{ __('RTL') }} @endif |
|