@extends('layouts.admin') @section('meta') {{trans('home.trainings')}} @endsection @section('content')
{{trans('home.trainings')}}

{{trans('home.table_contain_all_data_shortly_you_can_view_more_details')}}


{!! $dataTable->table(['class' => 'table table-bordered w-100']) !!}
@endsection @section('script') {!! $dataTable->scripts() !!} @endsection