@extends('layouts.color_admin.default') @section('title', 'Periodes') @push('css') @endpush @section('content')

Periodes

Totaal: {{ $list->total() }}

@if(Session::has('b_a_message'))
{{ Session::pull('b_a_message')}}
@endif
@forelse($list as $key => $item) @empty @endforelse
# periode Omschrijving Type
{{ ($list->currentPage() - 1) * config('appvalue.paging') + $key + 1 }} {{ $item->period }} {{ $item->description }} {{ $listPeriodType[$item->type] }} Herinneringsmail
Geen informatie.
{{ $list->links() }}
@endsection @push('scripts') @endpush