@extends('layouts.dashboard') @section('content')
Add Child Category
Back
@include('flash_msg')
@csrf
Name
*
@error('name'){{ $message }}@enderror
Parent Category
*
Select Category
@foreach($categories as $category)
{{$category->name}}
@endforeach
@error('parent_id'){{ $message }}@enderror
Banner
*
@error('icon'){{ $message }}@enderror
Status
Short Description
*
@error('description'){{ $message }}@enderror
Submit
@endsection