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