pmanager
pmanager copied to clipboard
There's a problem with showing error alerts
in the views/partials.error.blade.php The errors are not showing as expected with your code. Please Update it
Use this code, just make a file in partials .blade.php then just include it in your app.blade.php
`` @if(count($errors) > 0) @foreach($errors->all() as $error)
@if(session('success'))
@if(session('error'))
Thanks
On Fri, Jul 20, 2018, 12:52 PM Don [email protected] wrote:
Use this code, jus make a file in partials .blade.php then just include in your app.blade.php
`` @if https://github.com/if(count($errors) > 0) @foreach https://github.com/foreach($errors->all() as $error)
{{ $error }}
@endforeach @endif https://github.com/endif
@if https://github.com/if(session('success'))
{{ session('success') }}
@endif https://github.com/endif
@if https://github.com/if(session('error'))
{{session('error')}}
@endif https://github.com/endif
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/daveozoalor/pmanager/issues/5#issuecomment-406488519, or mute the thread https://github.com/notifications/unsubscribe-auth/Ae-Blpco5w-k_LTgSEvs_oyIMLkbaSWwks5uIWIRgaJpZM4VQDQx .