@extends('frontend.layouts.app') @section('title', app_name() . ' | ' . __('labels.frontend.auth.login_box_title')) @section('content')
{{ html()->form('POST', route('frontend.auth.login.post'))->id('frm_login')->open() }} {{ html()->form()->close() }}
@include('frontend.includes.pusher-provider-script') @endsection