@extends('master') @section('head') Dashboard | Uitgifte @endsection @section('content') @include('dashboard.partials._header')
@if (! request()->get('page')) @endif
@include('dashboard.partials.tables.dataform-Uitgifte')
@endsection