{{ $title }}

@if ($errors->any())
@endif @if (Session::has('error'))
@php session()->pull('error') @endphp @endif @if (Session::has('success'))
@php session()->pull('success') @endphp @endif