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