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

Assign client under IB

{{ csrf_field() }}
@if ($errors->has('ibname')) {{ $errors->first('ibname') }} @endif
@endsection