@extends('admin.layout.master') @section('content-header') Edit Category @stop @section('content') {{csrf_field()}} Category Name Category Name type == "0") selected="selected" @endif >Room Default type =="1") selected="selected" @endif >Room Finishes Select SubCategory id,$childCategories)) disabled @endif> @foreach($allCategories as $category) subCategory as $sub_category) @if($category->id == $sub_category->subcategory_id) selected="selected" @endif @endforeach > {{$category->category_name}} @endforeach @stop @section('javascript') @stop