@include('frontend.includes.msg')
@error('height')
{{ $message }}
@enderror
@include('admin.components.select2-select', ['items' => $categories, 'name' => 'category_id','selected' => $data->category_id ?? null]) @error('category_id')
{{ $message }}
@enderror
{{--
--}}
@include('frontend.includes.msg') {{-- --}} @foreach($heights as $key=>$height) {{-- --}} @endforeach {{-- --}}
Size / ID Category Status Uploaded on Actions
{{$height->height}} " / #{{$height->id}} {{-- {{$category->description ? Str::limit($category->description, 20) : ''}} --}} {{$height->category->name }} @if($height->status == 0) Inactive @else Active @endif {{date("F j, Y", strtotime($height->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
--}}