@php $customizerHidden = 'customizer-hide'; $configData = Helper::appClasses(); // layouts.blankLayout @endphp @extends('layouts/layoutMaster') @section('title', 'Login') @section('vendor-style') @endsection @section('page-style') @endsection @section('vendor-script') @endsection {{-- @section('page-script') @endsection --}} @section('content')
@endsection