@extends('admin.layouts.master-soyuz') @section('title',__('Site Languages')) @section('body') @component('admin.component.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Site Languages') }} @endslot @slot('menu1') {{ __('Site Languages') }} @endslot @slot('button')
# | {{__('Display Name')}} | {{__("Language Code")}} | {{__("Default")}} | {{__("Action")}} | @foreach($allLang as $key=> $lang)
---|---|---|---|---|
{{ $key+1 }} | {{ $lang->name }} | {{ ucfirst($lang->lang_code) }} | @if($lang->def == 1) @else @endif |
# | {{__("Display Name")}} | {{__("Language Code")}} | {{__('Default')}} | {{__('Action')}} | @foreach($allLang as $key=> $lang)
---|---|---|---|---|
{{ $key+1 }} | {{ $lang->name }} | {{ ucfirst($lang->lang_code) }} | @if($lang->def == 1) @else @endif |
{{ __('Do you really want to delete this language? This process cannot be undone.') }}