@extends('backend.layouts.master') @section('section-title', 'Product Variation') @section('page-title', 'Product Variation List') {{-- @if (check_permission('color.store')) @section('action-button') Add Color @endsection @endif --}} @push('css') @endpush @section('content')
{{-- --}} @forelse($variations as $data) {{-- --}} {{-- delete modal --}} @csrf @method('DELETE') @empty @endforelse
#SL Color Name Size NameAction
{{ $loop->index + 1 }} {{ $data->color->color }} {{ $data->size->size }}
No Data Available
{{-- Add Modal --}}
@csrf
@endsection