@extends('adminlte::page') @section('title', 'Add New Category') @section('content')

Privacy Policy

Privacy Policy

@csrf
@error('value') {{ $message }} @enderror
@endsection @section('js') @endsection