Hey @adxmcollins
https://laracasts.com/series/how-do-i/episodes/13 Two parts Jeffery creates a similar application.
In your scripts or snippets table migration, the following should work fine.
$table->text('body');
Then check out
<div class="card-body">
<pre class="p-2"><code>{{$snippet->body}}</code></pre>
</div>
I believe the classes are just bootstrap css, I made a similar project a while back that I never finished. https://github.com/James-N-M/script-snips