{{-- @extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>__lang('students') ]]) @endsection @section('search-form')
@endsection @section('content')
@php foreach($paginator as $row): @endphp @php endforeach; @endphp
{{ __lang('id') }} {{ __lang('first-name') }} {{ __lang('last-name') }} Jumlah Kegiatan {{__lang('actions')}}
{{ $row->id }} {{ $row->name }} {{ $row->last_name }} {{ $studentSessionTable->getTotalForStudent($row->id) }}
@php // add at the end of the file after the table echo paginationControl( // the paginator object $paginator, // the scrolling style 'sliding', // the partial to use to render the control null, // the route to link to when a user clicks a control link array( 'route' => 'admin/default', 'controller'=>'student', 'action'=>'index', 'filter'=>$filter ) ); @endphp
@endsection @section('footer') @endsection --}} @extends('layouts.admin') @section('pageTitle') @section('innerTitle') @section('breadcrumb') @include('admin.partials.crumb', [ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>'Peserta' ], ]) @endsection @section('content')
@lang('default.add-new')

No {{ __lang('email') }} {{ __lang('mobile-number') }} {{ __lang('first-name') }} {{ __lang('last-name') }} Jumlah Kegiatan Sertifikat Created at {{__lang('actions')}}
@endsection @section('footer') {{-- Modal --}} @endsection