@extends('user.layouts.dasboard') @section('dashboard') Categories @foreach($training_category as $tc) {{$tc->name}} @endforeach @endsection