{!! Form::open(['route' => $crud_table.'.store', 'id'=> 'create_'.$crud_table]) !!} @csrf

Add {{ $crud_table }}

{!! Form::close() !!}