@extends('admin.layouts.app') @section('title', 'Products') @section('content')
Add New Category
@foreach($categories as $category) @endforeach
Name Description Actions
{{ $category->name }} {{ $category->description }}
@endsection