@extends('layouts.dashboard') @section('content')
@include('flash_msg')
{{ csrf_field() }}
@error('name'){{ $message }}@enderror
@error('parent_id'){{ $message }}@enderror
@if($child_categories->icon) @else @endif
@error('description'){{ $message }}@enderror
@endsection