@php if(isset($data)){ $d_arr= explode(',', $data->dimension); } @endphp @include('frontend.includes.msg')
@error('dimensions.*')
The dimensions field is required and numeric.
@enderror
@include('admin.components.select2-select', ['items' => $categories, 'name' => 'category_id','selected' => $data->category_id ?? null]) @error('category_id')
{{ $message }}
@enderror
@include('admin.components.select2-select', ['items' => [], 'name' => 'size_id','selected' => $data->size_id ?? null]) @error('size_id')
{{ $message }}
@enderror
{{--
--}}
@include('frontend.includes.msg') {{-- --}} @foreach($dimensions as $key=>$dimension) {{-- --}} @endforeach {{-- --}}
Dimension / ID Size Category Status Uploaded on Actions
@php $d_arr= explode(',', $dimension->dimension); @endphp {{$d_arr[0]}}x{{$d_arr[1]}} / #{{$dimension->id}} {{-- {{$category->description ? Str::limit($category->description, 20) : ''}} --}} {{$dimension->size->size }} {{$dimension->category->name }} @if($dimension->status == 0) Inactive @else Active @endif {{date("F j, Y", strtotime($dimension->created_at))}}
New 11/06/2023 10:53 In Progress
Sent 11/06/2023 10:53 Completed
Returning 11/06/2023 10:53 Not Interested
Sent 11/06/2023 10:53 Completed
{{--


--}} {{--
Add Items:
Add items to proposal
# Product Qty Price Total
1
3
Grand Total:
Grand total proposal
Sub Total
Tax
%
Tax Amount
Grand Total
--}}