@extends('layouts.super_admin.app') @section('styles') @endsection @section('content')
@foreach($languages as $language) @endforeach
{{ __('global.id') }} {{ __('global.code') }} {{ __('global.name') }} {{ __('global.actions') }}
{{ $language->id }} {{ $language->code }} {{ $language->name }} {{ __('global.edit') }} {{ __('global.delete') }}
{{--
{{ $languages->links() }}
--}}
@endsection @section('scripts') @endsection