@extends('layouts.app') @section('content')

@lang($pageTitle)

@php $css = '/*Enter your auth css after this line*/'; if($global->login_ui == 1 && $global->front_design == 1) { $css = $global->auth_css_theme_two ?: $css; } else{ $css = $global->auth_css ?: $css; } @endphp
@lang('app.update')
@endsection @push('scripts') @endpush