@if(session()->has('message'))
@endsection
{{ session()->get('message') }}
@endif