@extends("admin/layouts.master") @section('title','All Units |') @section("body")
Add Unit Type & Values
+ Add Unit
@foreach(App\Unit::all() as $key=> $unit) @endforeach
# Unit Type Manage Values Action
{{$key+1}} {{ $unit->title }}

@foreach($unit->unitvalues as $uv) {{ $uv->unit_values }}: {{ $uv->short_code }}, @endforeach

@if($unit->title != 'Color' && $unit->title != 'Colour' && $unit->title != 'colour' && $unit->title != 'color') Manage Values @endif
@foreach(App\Unit::all() as $key=> $unit) @endforeach @endsection