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

Add vertex id

{{ csrf_field() }}
Enter comma separated value for multiple account. @if ($errors->has('mtid')) {{ $errors->first('mtid') }} @endif
@endsection