Skip to content

Commit

Permalink
route prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
stokic committed Jun 24, 2024
1 parent ff42f81 commit 04e0aa7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/resources/views/contact-list/create.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<div class="col-md-12 col-lg-10 col-xl-8">
<div class="card">
<div class="card-body">
{!! Form::model(null, ['route' => ['lists.store'], 'method' => 'POST', 'enctype'=>'multipart/form-data']) !!}
{!! Form::model(null, ['route' => ['teamtnt.sales-management.lists.store'], 'method' => 'POST', 'enctype'=>'multipart/form-data']) !!}
<div class="row">
<div class="col-md-4">
<div class="mb-3">
Expand Down

0 comments on commit 04e0aa7

Please sign in to comment.