@extends('admin.layouts.layout') @section('content')

{{ $page_mode == 'create' ? 'Add Employee Designation' : 'Edit Employee Designation' }}

@if($page_mode == 'create') @endif
@include("admin.layouts.message")
@csrf @if($page_mode == 'edit') @method('PUT') @endif
status == 1) checked @endif />
@endsection