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

Add IB Plan

View IB Plan
{{ csrf_field() }}
@if ($errors->has('planname')) {{ $errors->first('planname') }} @endif
@endsection