@extends('admin.template.master') @section('stylesheets') @endsection @section('title')

Desktop Builder Description all Desktop Builder Descriptions

@endsection @section('main-content')
@if(Session::has('message'))

Alert!

{{Session('message')}}
@endif
@if(count($desktop_b_descs) < 1) @else @foreach($desktop_b_descs as $desktop_b_desc) desktop_b_descs_is_exist == 0 ? "class='inactive'" : "" !!} > @endforeach @endif
Desc Type Item Type Brand Detail Status Action
No Description Found
{!! $desktop_b_desc->desc_type !!} {!! $desktop_b_desc->item_type_id ? $desktop_b_desc->item_type->item_type_name : '' !!} {!! $desktop_b_desc->brand_id ? $desktop_b_desc->brand->brand_name : '' !!} {!! $desktop_b_desc->desc !!} {!! $desktop_b_desc->desktop_b_descs_is_exist == 1 ? "Active" : "Inactive" !!} Edit
@endsection