@extends('app') @section('content')
@foreach($categories->where('is_active', 1) as $category) @if(is_null($category->parent_id)) @endif @endforeach
@endsection @push('js') @endpush