@extends('master.back') @section('content')

{{ __('Language') }}

{{-- Create Table Btn --}} @include('alerts.alerts')

{{ __('Frontend Translate') }}

{{-- --}} @foreach($datas as $data) @if ($data->type == 'Website') {{-- --}} @endif @endforeach
{{ __('Name') }} {{ __('Direction') }}{{ __('Language') }}{{ __('Actions') }}
{{ $data->language }} @if ($data->rtl == 0) {{__('LTR')}} @else {{__('RTL')}} @endif

{{ __('Dashboard Translate') }}

@foreach($datas as $data) @if ($data->type == 'Dashboard') @endif @endforeach
{{ __('Name') }} {{ __('Direction') }} {{ __('Language') }} {{ __('Actions') }}
{{ $data->language }} @if ($data->rtl == 0) {{__('LTR')}} @else {{__('RTL')}} @endif
{{-- DELETE MODAL --}} {{-- DELETE MODAL ENDS --}} @endsection