@extends('backend.layout.master')
@section('title', __('All Languages'))
@section('style')
| {{__('Name')}} | {{__('Direction')}} | {{__('Slug')}} | {{__('Status')}} | {{__('Default')}} | {{__('Action')}} |
|---|---|---|---|---|---|
| {{ $lang->name }} | {{ ucfirst($lang->direction) }} | {{ $lang->slug }} | {{ ucfirst($lang->status) }} | @if($lang->default == 1) {{ __('Yes') }} @else {{ __('No') }} @endif |
|