@extends('hr_main') @section('title', '| '.$data['pageTitle']) @section('content')

{!! $data['pageTitle'] !!}

@foreach($items as $result) @endforeach
SL Branch Device Serial No. Action
{{$loop->iteration}} {{$result["branch_name"]->name}} {{$result["device_name"]}} @php $canDelete = true; foreach ($trash as $trash_device) { if (strpos($result["device_name"], $trash_device) !== FALSE) { $canDelete = false; } } @endphp {{-- @if(!Str::contains($result["device_name"],$trash)) --}} @if($canDelete) @endif
@endsection