@extends('admin.layouts.master') @section('page-title'){{$page}}@endsection @section('menu'){{$menu}}@endsection @section('content')

{{__('message.languages')}}

{{__('message.languages').' '.__('message.list')}}

@if(allowedTo('languages_settings'))
{{ __('message.title') }} {{ __('message.created_on') }} {{ __('message.selected') }} {{ __('message.actions') }}
@endif
@endsection @section('page-scripts') @endsection