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

@lang('translate.add_ib_plan')

@foreach (['danger', 'warning', 'success', 'info'] as $msg) @if(Session::has('alert-' . $msg)) @endif @endforeach
@csrf
@error('planname')
{{ $message }}
@enderror
@endsection