@extends('layouts.instructor') @section('breadcrumb')
@endsection @section('content'){{ __('SL') }} | {{ __('Image') }} | {{ __('Name') }} | {{ __('Date') }} |
---|---|---|---|
{{ $loop->iteration }} |
|
@if ($following->role == USER_ROLE_INSTRUCTOR) {{ $following->name }} @else {{ $following->name }} @endif | {{ date('Y-m-d'), strtotime($following->created_at) }} |