@extends('layouts.admin') @section('title',__('adminstaticwords.AllAudioLanguages')) @section('content')
add{{__('adminstaticwords.CreateAudioLanguage')}} delete {{__('adminstaticwords.DeleteSelected')}}
@if($audio_languages != NULL && count($audio_languages) > 0) @foreach($audio_languages as $item)
@if($item->image != NULL) image)}}" class="card-img-top" alt="..."> @else ... @endif
{{$item->language}}
  • mode_edit
@endforeach
{!! $audio_languages->appends(request()->query())->links() !!}
@else
{{__("Let's start :)")}}
{{__('Get Started by creating a genre! All of your genres will be displayed on this page.')}}
@endif
@endsection