@extends('layouts.app') @section('title', 'Categories') @section('content')
@foreach ($all as $item) @endforeach
# Name Image
{{ $item->id }} {{ $item->name }}
{{ $item->name }}
@csrf
@endsection @push('css') @endpush @push('js') @endpush