@extends('layouts.app') @section('content')
Setup Trims/Accessories Back to Style List
@if(count($errors)>0) @foreach($errors->all() as $error) {{$error}} @endforeach @endif
@if(isset($metrial_items)) @php $i=1; @endphp @foreach($metrial_items as $row) @php $i++; @endphp @endforeach
Name Quantity Action
{{$row->name}} - {{$row->style_name}} {{$row->quantity}} Remove
@endif @if(isset($product_id)) @endif
@endsection