@extends('master') @section('head') {{config('app.name')}} | Dashboard @endsection @section('content') @include('dashboard.partials._header')
@include('dashboard.partials.tables.dataform-nav')
@endsection