@extends('layouts.marketing_template') @section('content')

Lead Status

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if (Session::has('alert-' . $msg)) @endif @endforeach
Sr. No. Name Orders Actions
@endsection