@extends('layouts.app') @section('page_title', 'Notification') @section('content')
@if (session('success')) @endif @if (session('error') || $errors->has('error')) @endif
@endsection