@extends('backend.layouts.master') @section('title','E-SHOP || color Page') @section('main-content')
@include('backend.layouts.notification')
color List
Add color
@if(count($colors)>0) @foreach($colors as $color) {{-- Delete Modal --}} {{-- --}} @endforeach {{$colors->links()}} @else
No colors found!!! Please create color
@endif
@endsection @push('styles') @endpush @push('scripts') @endpush