@extends('admin.layouts.app') {{-- @push('style') @endpush --}} {{-- @section('pagetitlesection') @endsection --}} @section('content')
Export
@foreach ($listCategories as $category) @endforeach
Name Master Category Created On
{{ $category->name }} {{ $category->parent?->name ?? '--' }} {{ date('d-m-Y', strtotime($category->created_at)) }}
@endsection @push('scripts') @endpush