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