@extends('frontend::layouts.master')
@section('title')
{{ __('frontend.all_languages') }}
@endsection
@section('content')
{{ __('frontend.all_languages') }}
@for ($i = 0; $i < 12; $i++)
@include('components.card_shimmer_languageList')
@endfor
@endsection