@extends('layouts.app') @section('title', 'Create Bundles') @section('content')
{{ csrf_field() }}

Create Bundles

{{-- Alert Messages --}} @include('common.alert') {{-- Page Content --}}
Item Bundle Details
*Bundle Serial Number @error('refno') {{$message}} @enderror *Description @error('rtype') {{$message}} @enderror *groupID @error('groupid') {{$message}} @enderror
Search for Products
*Category
@error('item') {{ $message }} @enderror
List Items Details
PID SerialNo Item Ram Generation Combination PrimaryDrive Secondary_Drive Skin_Type Item_Type Action
PID SerialNo Item Ram Generation Combination PrimaryDrive Secondary_Drive Skin_Type Item_Type Action
{{-- Save Button --}} Create Bundle
@endsection @push('scripts') @endpush @section('scripts') @endsection