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