@extends('cms.layouts.app') @section('pre-styles') @endsection @section('contents')
@if ($categoryCount > 0)
@csrf
{{ validationError($errors->get('title')) }}
{{ validationError($errors->get('featureImage')) }}
{{ validationError($errors->get('bannerImage')) }}
{{--
--}} {{--

SEO Detial

--}}
Cancel
@else
No category found name "Products". Please create a category with name "Products" before create new product
@endif
@endsection @section('scripts') @endsection