@extends('inc.layout') @section('content')
@if (session('success'))
@endif @if (session('error'))
@endif
@endsection