@extends('dashbord.layouts.master') @section('title', 'Translation Files') @section('content')

Translation Files

@foreach($locales as $locale)

{{ strtoupper($locale) }}

@endforeach
@endsection