@extends('layout.layout') @section('content')
@if(Session::has('message'))
{{Session::get('message')}}
@endif
@csrf
@endsection