Hello i am using laravel 5.7.15 i am facing issue
It's one time only? Just delete the folder storage/framework/cache/data
Make sure you have added @csrf OR {{ csrf_field() }} in your form.
<form method="post" action="{{ url('your route here') }}"> @csrf </form>
Try to put @csrf in bottom of <form> tag
@csrf
<form>