@extends('layouts.template') @section('content')
@if(session('msg_success')) @endif @if(session('msg_update')) @endif @if(session('msg_delete')) @endif
{{ csrf_field() }}
@foreach($language_data as $key=>$value) @endforeach
{{ trans('app.index_name')}} {{ trans('app.change_able')}}
{{$key}}

@stop