@extends('layouts.app') @section('title', 'New Designation') @section('header', 'New Designation') @section('content')
@csrf @include('designations._form', ['submitLabel' => 'Create Designation'])
@endsection