@extends('layouts.backoffice') @include('layouts.backofficePartials.modelNav') @section('content') @if(isset($items) && count($items))
@foreach($items as $item) @endforeach
# Name color Actions
{{$item->id}} {{$item->name}} {{$item->hex}}
Edit
{{ csrf_field() }}
@else {{trans('backoffice.no_records')}} @endif @endsection