@extends('admin/layouts/default') {{-- Scripts --}} @section('scripts') @parent @stop {{-- Page title --}} @section('title') {{ trans('admin/general.create-translation') }} :: @parent @stop {{-- Page content --}} @section('content')
@include('admin/notifications')
@foreach($languages AS $keyLang=>$language)
@endforeach
{{ trans('admin/general.cancel') }}
@stop