@extends('admin.layouts.app') @section('crumb') @endsection @section('content')
@adminCan('colors.create') Add Color @endadminCan
@if(count($colors)) @foreach ($colors as $color) @endforeach @else @endif
Ref Name Value Created At Actions
{{ $loop->iteration }} {{ $color->name }} {{ $color->getCreatedAt() }} Actions
no data found
{{ $colors->links() }}
@endsection