@extends("layouts.admin") @section("content")

Add New Module

{{-- Pass tiers variable needed for the form --}} @include("admin.modules.form", ["tiers" => $tiers])
@endsection