@extends('admin.layouts.app') @section('title') @lang('Category') @endsection @section('content')
@csrf
preview image
@error('image') {{ $message }} @enderror
@lang('Please fill in the category title')
@error('category_title') {{ $message }} @enderror
@lang('Please fill in the category description')
@error('category_description') {{ $message }} @enderror
@error('status') {{ $message }} @enderror
@endsection @push('js') @endpush