@extends('admin.layout.master') @section('title', 'Dil Değişkenleri') @section('breadcrumb')
@stop @section('content')
{{ $language->default == 1 ? 'Varsayılan' : 'Varsayılan Değil' }}
Durum
{{ $language->short }}
Kod
{{ $language->code }}
Locale string
@section('css') @stop @section('js') @stop @stop