@extends('admin.template.master') @section('stylesheets') {!! Html::style('assets/admin/bower_components/select2/dist/css/select2.min.css') !!} {!! Html::style('assets/admin/plugins/treeview/treeview.css') !!} @endsection @section('title') CC Builder Setting Edit Home CC Builder Setting Edit @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Back @csrf Item Types {{-- --}} Select Item Type @foreach ($item_types as $type) @if($pcbComponent->item_type_id == 1165) item_type_id ? 'selected' : ''}}>{{$type->item_type_name}} @else item_type_id == $type->item_type_id ? 'selected' : ''}}>{{$type->item_type_name}} @endif @endforeach Name {{-- Image @if($pcbComponent->img) @endif --}} Position Select Position is_other == 1 ? 'selected' : ''}}>Dropdown is_other == 0 ? 'selected' : ''}}>Front Status Select Status is_active == 1 ? 'selected' : ''}}>Active is_active == 0 ? 'selected' : ''}}>Inactive Update @endsection @section('javascripts') {!! Html::script('assets/admin/bower_components/ckeditor/ckeditor.js') !!} {!! Html::script('assets/admin/bower_components/select2/dist/js/select2.full.min.js') !!} {{--{!! Html::script('assets/admin/plugins/treeview/treeview.js') !!}--}} {{-- --}} @endsection