@extends(activeTemplate() .'layouts.master')
@section('style')
@stop
@php
$bannerCaption = getContent('banner.caption',true);
@endphp
@push('home-breadcrumb')
{{__(@$bannerCaption->data_values->title)}}
{{__(@$bannerCaption->data_values->sub_title)}}
@lang('SIGNUP NOW')
@endpush
@section('content')
@if($sections->secs != null)
@foreach(json_decode($sections->secs) as $sec)
@include(activeTemplate().'partials.'.$sec)
@endforeach
@endif
@endsection