@extends('includes.layout') @section('content')

Manage Store List


All Stores

@foreach ($storeNames as $storeName) @php $found = false; // Initialize flag to check if a match is found @endphp @foreach ($toggle as $toggles) @if ($storeName->dist_id == $toggles->dist_id) @php $found = true; @endphp @endif @endforeach @if (!$found) @endif @endforeach
Name To Subject cc On/off MODIFY
{{ $storeName->store_name }}{{ $toggles->to_mail }} {{ $toggles->subject }} {{ $toggles->cc }}
toggle == '1' ? 'checked' : '' }}>
@endsection