@extends('admin.main') @section('content')

Trainings

Training
@if (Session::has('error_message')) @endif @if (Session::has('success_message')) @endif @if ($errors->any())
@endif
{{--
--}} {{-- --}} @foreach ($training as $item) @endforeach
SYSTEM #. Topic location Attendees Count Taken By Description Date Action Action
{{ $item->id }} {{ $item->title }} {{ $item->location }} {{ $item->audiance_count }} {{ $item->taken_by }} {{ $item->descriptions }} {{ \Carbon\Carbon::parse($item->created_at)->toFormattedDateString() }}
@endsection