@if(!empty($child))
{{ $request['text'] }}
@if($request['id'] == 'childCategory')
Select
@foreach($child as $key=>$val)
{{ $val }}
@endforeach
@else
Select
@foreach($child as $key=>$val)
{{ $val }}
@endforeach
@endif
@if($request['id'] == 'childCategory')
Add
@endif
Edit
Delete
@endif