@extends('layouts.admin') @section('title', 'Edit News Category') @section('content_header')

Edit News Category

@stop @section('content')

Edit Category Details

@csrf @method('PUT')
@error('name') {{ $message }} @enderror
@stop