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

Add Designation

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('designation.add'); @endphp @include('designation._form')
@endsection