@extends('master') @section('head') {{config('app.name')}} | Mijn gegevens @endsection @section('content') @include('dashboard.partials._header') @include('dashboard.partials._mijn_gegevens') @endsection