@extends('admin.layout') @section('content')
Languages
Add Language
@if (count($languages) == 0)

NO LANGUAGE FOUND

@else
@foreach ($languages as $key => $language) @endforeach
# Name Code Appearance in Website Actions
{{$loop->iteration + 1}} {{convertUtf8($language->name)}} {{$language->code}} @if ($language->is_default == 1) Default @else
@csrf
@endif
Edit Keyword Edit
@csrf
@endif
@includeif('admin.language.create') @endsection