{{-- @extends('layouts.admin') @section('page-title','') @section('breadcrumb') @include('admin.partials.crumb',[ 'crumbs'=>[ route('admin.dashboard')=>__('default.dashboard'), '#'=>isset($pageTitle)?$pageTitle:'' ]]) @endsection @section('content')
@php if(GLOBAL_ACCESS): @endphp @php endif; @endphp @php foreach($paginator as $row): @endphp @php if(GLOBAL_ACCESS): @endphp @php endif; @endphp @php endforeach; @endphp
# {{ __lang('name') }} {{ __lang('session-course') }} {{ __lang('enabled') }} {{ __lang('price') }}{{ __lang('created-by') }}{{ __lang('actions') }}
{{ $row->id }} {{ $row->name }} {{ $row->course_name }} {{ boolToString($row->enabled) }} {{ $row->payment_required==1?price($row->price):__lang('free') }} {{ adminName($row->admin_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'=>'certificate', 'action'=>'index', ) ); @endphp
@endsection --}} @extends('layouts.admin') @section('pageTitle') @section('innerTitle') @section('breadcrumb') @include('admin.partials.crumb', [ 'crumbs' => [ route('admin.dashboard') => __('default.dashboard'), route('admin.prestasi.add') => 'Prestasi', '#' => isset($pageTitle) ? $pageTitle : '', ], ]) @endsection @section('content')
@lang('default.add-new')

No Nama Acara Di Buat Status {{ __lang('actions') }}
@endsection @section('footer') @endsection