@extends('layouts.app') @section('title', __('app.periods')) @section('controller-data', 'common:datatable;periods:index') @section('breadcrumb') @endsection @section('content')
@include('flash-message')
@method('POST') @csrf
@if($recordsQuantity > 0)
{{ __('app.year') }} {{ __('app.month') }} {{ __('app.version') }} {{ __('app.published') }} {{ __('app.actions') }}
{{ __('app.year') }} {{ __('app.month') }} {{ __('app.version') }} {{ __('app.published') }} {{ __('app.actions') }}
@else

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

@endif
@endsection