validation-bugsnag-email
This commit is contained in:
@@ -33,7 +33,7 @@ class="nav-link active"
|
||||
<!-- content -->
|
||||
@section('content')
|
||||
<!-- open a form -->
|
||||
{!! Form::open(array('action' => 'Admin\helpdesk\AgentController@store' , 'method' => 'post') )!!}
|
||||
{!! Form::open(array('route' => 'agents.store') )!!}
|
||||
|
||||
@if(Session::has('errors'))
|
||||
<?php //dd($errors); ?>
|
||||
|
@@ -33,7 +33,7 @@ class="nav-link active"
|
||||
<!-- content -->
|
||||
@section('content')
|
||||
<!-- open a form -->
|
||||
{!! Form::open(array('action' => 'Admin\helpdesk\DepartmentController@store' , 'method' => 'post') )!!}
|
||||
{!! Form::open(array('route' => 'departments.store') )!!}
|
||||
@if(Session::has('errors'))
|
||||
<?php //dd($errors); ?>
|
||||
<div class="alert alert-danger alert-dismissable">
|
||||
|
@@ -33,7 +33,7 @@ class="nav-link active"
|
||||
<!-- content -->
|
||||
@section('content')
|
||||
<!-- open a form -->
|
||||
{!! Form::open(array('action' => 'Admin\helpdesk\TeamController@store' , 'method' => 'post') )!!}
|
||||
{!! Form::open(array('route' => 'teams.store') )!!}
|
||||
|
||||
@if(Session::has('errors'))
|
||||
<div class="alert alert-danger alert-dismissable">
|
||||
|
@@ -32,7 +32,7 @@ class="nav-link active"
|
||||
<!-- /breadcrumbs -->
|
||||
<!-- content -->
|
||||
@section('content')
|
||||
{!! Form::open(['action' => 'Admin\helpdesk\BanlistController@store','method' => 'POST']) !!}
|
||||
{!! Form::open(['route' => 'banlist.store']) !!}
|
||||
|
||||
@if(Session::has('success'))
|
||||
<div class="alert alert-success alert-dismissable">
|
||||
|
@@ -68,7 +68,7 @@ class="nav-link active"
|
||||
</div>
|
||||
@endif
|
||||
<!-- open a form -->
|
||||
{!! Form::open(['action'=>'Agent\helpdesk\UserController@store','method'=>'post']) !!}
|
||||
{!! Form::open(['route' => 'user.store']) !!}
|
||||
<div class="card card-light">
|
||||
<div class="card-header">
|
||||
<h3 class="card-title">
|
||||
|
Reference in New Issue
Block a user