@extends('layouts.app') @section('title', 'Skin Checking Devision') @section('content')

Skin Process Update

{{-- Alert Messages --}} @include('common.alert') {{-- Page Content --}}
Item Details
Single Item for Skin Checkup
{{csrf_field()}}
@if ($orderdetails->count() > 0 ) @if(isset($orderdetails) && !empty($orderdetails)) @foreach ($orderdetails as $row) @if ($row->item_type==1) @else @endif @endforeach @endif @endif
ID PID Item Ram Generation Combination PrimaryDrive Secondary_Drive Skin_Type Item_Type
ID PID Item Ram Generation Combination PrimaryDrive Secondary_Drive Skin_Type Item_Type
{{--ButtonS --}}
@endsection @push('scripts') @endpush @section('scripts') @endsection