@extends('layouts.admin_template') @section('content')
@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg)) @endif @endforeach

Marketing List

@foreach($data as $user) @endforeach
ID Name Email Action
{{ $user->id }} {{ $user->name }} {{ $user->email }}
@endsection