@extends('Frontend.Layouts.modal') @section('title') {!!trans('front.choose_language')!!} @stop @section('body')
@foreach ($languages as $language)
{{ $language['title'] }}
@endforeach
@stop @section('buttons') @stop