@extends('layouts.dash') @section('content')

Dashboard | Repost by StokCoding.com

@if(auth::user()->role == 'admin') @include('backend.dash.admin') @else @include('backend.dash.instruktur') @endif
@endsection @section('script') @stop