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

Edit Designation

{{--

Quick Example

--}}
@if (Session::has('message'))
@endif @php $route = route('designation.edit',['id'=>$designation->id]); @endphp @include('designation._form')
@endsection