@extends($activeTemplate . 'layouts.app') @section('app') @php $authImage = getContent('auth_page.content', true); @endphp @include('Template::partials.auth_header') {{ __($pageTitle) }} @csrf @lang('Channel Name') @lang('Username') @lang('Country') @foreach ($countries as $key => $country) {{ __($country->country) }} @endforeach @lang('Mobile') @lang('Address') @lang('State') @lang('Zip Code') @lang('City') @lang('Submit') @endsection @push('style-lib') @endpush @push('script-lib') @endpush @push('script') @endpush @push('style') @endpush