@extends('admin.layout') @section('content') Add Category | {{ $info->name }} Dashboard Product List {{ $info->name }} Add Category Add Category Category List @csrf Name * @if ($errors->has('name')) {{ $errors->first('name') }} @endif Type * --Select-- Content Category @if ($errors->has('type')) {{ $errors->first('type') }} @endif Description * @if ($errors->has('description')) {{ $errors->first('description') }} @endif Image (Optional) @if ($errors->has('image')) {{ $errors->first('image') }} @endif Submit @endsection @push('footer-script') @endpush