@extends('layouts.admin.adminlayout') @section('header_scripts') @stop @section('content')
{{ getPhrase('language')}} {{ getPhrase('code')}} Is RTL {{ getPhrase('default_language')}} {{ getPhrase('action')}}
@endsection @section('footer_scripts') @include('common.datatables', array('route'=>'languages.dataTable')) @include('common.deletescript', array('route'=>URL_LANGUAGES_DELETE)) @stop