@extends('layouts.backend') @section('css_after') @endsection @section('js_after') @endsection @section('content')

NEW PRODUCT

@csrf
@if ($errors->has('name')) @endif
@if ($errors->has('disclaimer')) @endif
@if ($errors->has('category')) @endif
@if ($errors->has('totalOption')) @endif
@endsection