@extends('layouts.dashboard.main') {{-- content --}} @section('content') {{-- nav --}} @include('layouts.dashboard.components.application.nav')


@endsection {{-- css --}} @section('css') @stop {{-- js --}} @section('js') @stop