@extends('backend.master_structure') @section('content') @php use App\DashboardModel; $dash_model_instace = new DashboardModel(); use App\MasterModel; $master_instance = new MasterModel(); @endphp

SI Equipments

View SI Equipments

{{--
--}}
 
@if(count($classified_datas) == 0)

No Si Equipments Added

@else @if(count($classified_datas) == 0)

No Equipments Added

@else @foreach($classified_datas as $key) @endforeach @endif
Item Category Price Ad Status Action
@php $photo_qr = $dash_model_instace->get_users_portfolio_photo($key->group_id); @endphp
@if(empty($photo_qr))
img
@else
@if($photo_qr->file == NULL) img @else img @endif
@endif
@php $main_cat_qr = $dash_model_instace->get_main_category($key->group_category); @endphp @if(empty($main_cat_qr)) @else {{$main_cat_qr->name}} @endif ${{$key->property_price}} @if($key->group_status == 1) @else @endif
@endif
@endsection