@extends('layouts.app') @section('content')
เพิ่ม ประเภทการแจ้ง ใหม่
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('complaint_types.form', [ 'complaintType' => null, ])
@endsection