@extends('layouts.base') @section('css') @endsection @section('content')

Welcome to your {{env('APP_NAME')}} dashboard!

Use the links on the left hand side to navigate your {{env('APP_NAME')}} dashboard.

Change Password

Old Password: New Password:
@if ($role == 'admin')

Links

@include('snippets.link_table', [ 'links' => $admin_links ]) {!! $admin_links->fragment('admin')->render() !!}

Users

@include('snippets.user_table', [ 'users' => $admin_users ]) {!! $admin_users->fragment('admin')->render() !!}
@endif
@endsection @section('js') {{-- Include modal templates --}} @include('snippets.modals') {{-- Include extra JS --}} @endsection