@extends('admin.layout.master') @section('title') Edit Products @endsection @section('content')
Edit Products
@csrf
@if($product->colors) @foreach($product->colors as $b=>$p_c)
@endforeach @else @endif
@endsection @section('script')