@extends('layouts.app') @section('content')
@include('common.error')
@csrf
@foreach ($lang_list as $row)
@endforeach
@endsection