changes-2

This commit is contained in:
KNaveenraj-ladybird
2023-10-12 13:05:01 +05:30
parent 431dd05bf2
commit d2a8c828a8
42 changed files with 1046 additions and 1000 deletions

View File

@@ -33,7 +33,7 @@ class="nav-link active"
@section('content')
@if (count($errors) > 0)
<div class="alert alert-danger">
<strong>Whoops!</strong> There were some problems with your input.<br><br>
<strong>{{Lang::get('lang.woops')}}</strong> {{Lang::get('lang.theirisproblem')}}<br><br>
<ul>
@foreach ($errors->all() as $error)
<li>{{ $error }}</li>