@extends('layout') @section('css_includes') @endsection @section('content')

Trainees

@if(!$interns->isEmpty())
@csrf @foreach($interns as $intern) @endforeach
Last Name First Name Tel Registration Date
{{ $intern->last_name }} {{ $intern->first_name }} {{ $intern->tel }} {{ $intern->created_at }}
Last Name First Name Tel Registration Date
@else Create @endif
@endsection @section('js') @endsection