@extends('layouts.admin') @section('style') @endSection @section('script') @endSection @section('content') @component('admin.components.tabs') @foreach($items as $item) @endforeach
No. Image Slug Name Left
{{$item['slug']}} {{$item['name']}} {{$item['left']}}
@endcomponent @endsection