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

DeskTop Builder Types all home page section information

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

Alert!

{{Session('message')}}
@endif
@if(count($desktop_b_types) < 1) @else @foreach($desktop_b_types as $desktop_b_type) desktop_b_type_is_exist == 0 ? "class='inactive'" : "" !!} > @endforeach @endif
Type Name Priority Status Action
No Data found
{!! $desktop_b_type->desktop_b_type_name !!} {!! $desktop_b_type->desktop_b_type_priority !!} {!! $desktop_b_type->desktop_b_type_is_exist == 1 ? "Active" : "Inactive" !!} @if($desktop_b_type->desktop_b_type_id != 1) Edit @endif
@endsection