@yield('stitle')
{{$device->name}}
{{$device->reference}}
@foreach ($deviceTypes as $dev_type )
@if ($dev_type->id == $device->device_type_id)
{{$dev_type->name}}
@endif @endforeach{{$device->code}}
@foreach ($branches as $branch )
@if ($branch->id == $device->branch_id)
{{$branch->name}}
@endif @endforeach
{{--