@extends('layouts.app') @section('title') Add New Designation @stop @section('breadcrumb') @stop @section('content')

Add New Designation

Add Information

{{csrf_field()}}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@stop