@extends('layouts.app') @section('title', 'Category Edit') @section('custom-css') @endsection @section('content')

{{ __('pages.Category Edit') }}

{{ __('pages.Back to list') }}
@csrf @method('put')
@error('title') {{ $message }} @enderror
@if($product_type->image) @endif
@if($product_type->banner) @endif
@error('sorting') {{ $message }} @enderror
status == 'active') checked @endif type="radio" name="status" id="active" value="active">
status == 'inactive') checked @endif type="radio" name="status" id="inactive" value="inactive">
@error('status') {{ $message }} @enderror
show_in_home ) checked @endif class="form-check-input" name="show_in_home" type="checkbox" value="1" id="home">
show_in_menu ) checked @endif class="form-check-input" name="show_in_menu" type="checkbox" value="1" id="top-menu">
top_category ) checked @endif class="form-check-input" name="top_category" type="checkbox" value="1" id="top-category">
@endsection @section('custom-js') @endsection