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

IB Requests

@foreach($userdata as $user) @endforeach
Name Email Phone Gender Action
{{$user->name}} {{$user->email}} {{$user->phone}} {{$user->gender}} Approve
@endsection