@extends('layouts.app') @section('content')
{{ !empty($complaintType->name) ? $complaintType->name : 'ประเภทแจ้ง' }}
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('complaint_types.form', [ 'complaintType' => $complaintType, ])
@endsection