@extends('layouts.seller') @section('content')

Category Page

@foreach ($category as $item) @endif @endforeach
Id Name Description Image Action
{{$item->id}} {{$item->name}} {{$item->description}} Image Not Found @if ($item->user_id == auth()->user()->id) Edit Delete
{!! $users->links('pagination::bootstrap-4') !!}
@endsection