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

IB Plan Listing

Add IB Plan
@if(count($ibplandata) > 0) @foreach($ibplandata as $ibplan) @endforeach @endif
Plan Name Created By
{{ $ibplan->planname }} {{ $ibplan->created_by }}
@endsection