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

Approve IB User

{{ csrf_field() }}
@if ($errors->has('name')) {{ $errors->first('name') }} @endif
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
securityshare == 2) checked @endif>
securityshare == 3) checked @endif>
@if ($errors->has('status')) {{ $errors->first('status') }} @endif
@endsection