@extends('layouts.app') @section('content')
@csrf
{!! $training->description !!}
@push('custom-scripts') @endpush @endsection