Skip to content

Instantly share code, notes, and snippets.

@fleetimee
Created May 5, 2020 01:00
Show Gist options
  • Save fleetimee/98e7742f4b74fcba09c4df959d18e854 to your computer and use it in GitHub Desktop.
Save fleetimee/98e7742f4b74fcba09c4df959d18e854 to your computer and use it in GitHub Desktop.
Notif
@if(session()->has('success'))
<div class="alert alert-success my-5">
{{ session()->get('success') }}
</div>
@endif
session()->flash('success', 'Data Berhasil Disimpan');
return redirect('/list-produk');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment