@extends('admin.layouts.app') @section('content') @push('styles') @endpush
|
{{-- --}}
|
SL No | Item Code | Item Name | Brand | Model | Serial No | Unit Type | Status | Action |
|---|---|---|---|---|---|---|---|---|---|
|
|
{{ $loop->iteration }} |
{{ $item->item_code }} |
{{ $item->item_title }} |
@php
$brandName = App\Models\Brand::where('id', $item->brand_type)->value('brand_name');
@endphp
{{ $brandName }} |
{{ $item->model }} |
{{ $item->serial_no }} |
{{ $item->unit_type }} |
@if ($item->status == 1) Active @else InActive @endif |