@extends('setting.nav') @section('title', 'Home Page') @section('content')
Important Mail | ID | Sender Name | Sender Email | Actions | ||
---|---|---|---|---|---|---|
important_mail == 0 ? 'checked' : '' }}> | {{--{{ $email->id }} | --}}{{ $loop->iteration }} | {{ $email->sender_name }} | {{ $email->sender_email }} | @if ($email->group_id == 0)@else | @foreach ($groups as $group) @if ($group->id == $email->group_id) {{ $group->group_name }} @break @endif @endforeach | @endif