@extends('layouts.admin_layout') @section('content')
@include('admin.layouts.sidebar')

Translations Manager

Language List
@if(!empty($locales)) @foreach($locales as $key => $val) @endforeach @endif
# Name Code Action
{{$loop->index+1}} {{$key}} {{$val}} Edit
@endsection