@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') Need Help Attribute Edit Home Need Help Attribute Edit @endsection @section('main-content') @if(Session::has('message')) × {{Session('message')}} @endif Back @csrf Name 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