@extends('users.layout.app') @section('content')
Room Finishes
{{ csrf_field() }}
@foreach($allCategory as $category)
@if(in_array($category->category_name,array('Base Cabinet Counter Top Color','Base Cabinet Color','Upper Cabinet Color','Pantry Cabinet with Microwave Color'))) @if(!empty($room_finishes[str_replace(' ', '_', $category->category_name)])) @else @endif @endif
@endforeach
{{trans('table.back')}}
@endsection('content') @section('scripts') @endsection('scripts')