@extends('layouts.dashboard') @section('content') Add Desk Home Add Desk {{-- Quick Example --}} Back @if (Session::has('message')) {{ Session::get('message') }} @endif @php $route = route('desk.add'); @endphp @include('desk._form') @endsection