@extends('layouts.main') @section('title', 'Language Data') @section('content') @push('head') @endpush
@include('include.message')

{{ __('Language Configuration')}}

@csrf
@if(count($data) > 0) @foreach($data as $item)
@endforeach @endif
@push('script') @endpush @endsection