@extends('vendor.header.header') @section('content')
{{ __('Categories') }}


@csrf

{{ __('Category table') }}


@foreach ($categories as $category) @endforeach
{{ __('Category Name') }} {{ __('Category Image') }} {{ __('Control on Items') }} {{ __('Actions') }}
{{ $category->getTitleAttribute() }} {{ $category->getTitleAttribute() }}
{{ __('Edit') }}
@endsection