@section('title', 'Scriptu | Home') @section('content')
@include('components.cards-homepage') Not sure where to start?
@if (session('success'))
{{ session('success') }}
@endif
@endsection