@extends('Layouts.adminLayout') @section('title') {{__('Edit Words Language')}} @endsection @section('breadcrumb')
@endsection @section('content')

{{__('Edit Words Language')}}

@CSRF
@foreach( $data['all_lang'] as $key => $value)
@endforeach
@endsection