@extends('layouts.backend.master') @section('title', trans('backend.titles.home-cat-products')) @section('styles') @endsection @section('content')
@csrf @if($edit) @method('PUT') @endif
@error('category_id')
{{ $message }}
@enderror
@error('image')
{{ $message }}
@enderror
@include('backend.includes.form.footer')
@if ($edit) @include('backend.includes.media',[ 'model' => $home_cat_product, 'name' => 'home-cat-products', 'media_collection_name' => 'home_cat_image', 'isDeleted' => true, 'isCovered' => false, ]) @endif
@endsection @section('scripts') @endsection