@extends('website.layouts.app') @section('title') @yield('signup_title', 'Institute Register') – {{ config('website.brand') }} @endsection @section('meta_description', 'Create your Learnyst institute account and start selling courses online. Free trial — no credit card required.') @push('styles') @endpush @section('content') @php $brand = config('website.brand'); @endphp

@yield('signup_heading', 'Institute Register')

@yield('signup_lead', 'Create your free institute account and start selling courses from your own branded learning platform.')

@hasSection('progress') @yield('progress') @endif
@endsection