@extends('layouts.app') @section('content')
เพิ่มประเภทเว็บบอร์ด
@if ($errors->any()) @endif
{{ csrf_field() }} @include ('blog_categories.form', [ 'blogCategory' => null, ])
@endsection