@extends('admin.adminlayout')
@section('page_title')
@if(!isset($xlang))
{{__('New language')}}
@else
{{__('Edit language')}}: {{$xlang->title}}
@endif
-
@endsection
@section('content')
@if(!isset($xlang))
{{__('New language')}}
@else
{{__('Edit language')}}: {{$xlang->name}}
@endif
@include('starter-kit::component.err')
@endsection
@section('content-with-js')
@endsection