@extends('layouts.app') @section('title', __('app.translations')) @section('controller-data', 'common:datatable;translations:index') @section('breadcrumb') @endsection @section('content')
{{ __('app.attention') }}
{{ __('app.notice_translations') }}
@include('flash-message')
@method('POST') @csrf
@if($recordQuantity > 0)
{{ __('app.original_language') }} {{ __('app.english_language') }} {{ __('app.actions') }}
{{ __('app.original_language') }} {{ __('app.english_language') }} {{ __('app.actions') }}
@else

{!! __('app.empty_translations') !!}

@endif
@endsection