@extends('layouts.app')
@section('title') {{ config('app.name', 'Laravel') }} | {{ __('common.category') }} @endsection
@section('heading') {{ __('common.category') }} @endsection
@section('heading-icon')admin_panel_settings@endsection
{{--@push('styles')--}}
{{--@endpush--}}
@section('content')
@foreach($categories as $category)
-
category
{{ $category->name }}
@if(count($category->childs))
@include('admin.category.child-category',['childs' => $category->childs])
@endif
@endforeach
@include('includes.modal_delete')
@endsection
@push('head.start')
@endpush
@push('body.end')
{{-- --}}
{{-- --}}