@extends('frontend::layouts.master') @section('title') {{ $login_title ?? 'Login Account' }} @endsection @section('content')
@push('style') @endpush @push('script') @endpush @endsection