@extends('administrative.layouts.master') @section('page-css') @endsection @section('content')

DutyType Create

DutyType
DutyType Create
@csrf
@if($errors->has('name')) @endif
@if($errors->has('is_active')) @endif
@endsection @section('page-js') @endsection