@extends('layouts.app') @section('content')
{{ _lang('Edit Translation') }}
@if( @ini_get('max_input_vars') < 2000 )
You must need to set max_input_vars = 2000 for updating language
@endif
{{ csrf_field() }}
@foreach($language as $key => $lang)
@endforeach
@endsection