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

Edit Post Category

Post Category List / Edit Post Category

@csrf @method('PUT')

Post Category Detail

status) === 'active' ? 'checked' : '' }}>
@if ($errors->any())
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
Cancel
@endsection @section('script') @endsection