@extends('admin.layout.master') @section('title','LANGUAGE SETTING') @section('custom_style') @endsection @section ('content')
| # | @if(request()->edit) @endif | ||||||
|---|---|---|---|---|---|---|---|
| # | Key | English | Bengali | Arabic | |||
| {{$i++}} | {{$key}} | @if(request()->edit)@else | {{$englishValue}} | {{array_key_exists($key,$langsBn)?$langsBn[$key]:''}} | {{array_key_exists($key,$langsAr)?$langsAr[$key]:''}} | @endif||