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

Edit Designation

Update the information

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