@extends('EcomAuthViews::layouts.authentication.layout') @section('content') @php if($slug){ $route = route('account-auth' , ['type' => $slug]); }else{ $route = route('account-auth'); } @endphp