Roshid Name: {{ $name->name ?? '' }} |
|---|
| SN | Serial No | Status |
|---|---|---|
| {{ $loop->iteration }} | {{ $item->serial_no ?? '' }} | @if($item->status == 1) Booked @else Not Booked @endif |
@extends('dashboard.master') @section('title', 'Roshid Stock Details') @section('content')
Roshid Name: {{ $name->name ?? '' }} |
|---|
| SN | Serial No | Status |
|---|---|---|
| {{ $loop->iteration }} | {{ $item->serial_no ?? '' }} | @if($item->status == 1) Booked @else Not Booked @endif |