@extends('admin.layouts.masterlayout') @section('title') Add Post Category @endsection @section('head_title') Post Category @endsection @section('content')

Add Post Category

Post Category List / Add Post Category

@csrf

Post Category Detail

@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@endsection @section('script') @endsection