@extends('layouts.app') @section('content')

{{ _lang('Update Translations') }}

@csrf
@foreach( $language as $key => $lang )
@endforeach
@endsection