@extends('layouts.master') @section('title', 'Sub category | Alboosh - Timeless authenticity, born of the desert') @section('title-topbar', __('basic.sub category')) @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.sub category') }} | {{ __('basic.sub category') }}
{{ __('basic.sub category') }}
@csrf @method('PUT')
{{ __('basic.choose img') }}
@error('img') {{ $message }} @enderror
@error('product_cat_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@error('color') {{ $message }} @enderror
{{ __('basic.favorite') }}
favorite == 1) checked @endif >
@error('favorite') {{ $message }} @enderror
{{ __('basic.show on hp') }}
show_on_hp == 1) checked @endif>
@error('show_on_hp') {{ $message }} @enderror
@endsection @section('js') @endsection