@extends($data['layout']) @section('title', app_name() . ' | ' . __('labels.frontend.auth.login_box_title')) @if($data['layout'] == 'frontend.layouts.mobile') @endif @section('content') {{--
--}}
@include('includes.partials.messages') {{ html()->form('POST', route('frontend.auth.login.post'))->id('frm_login')->open() }} {{ csrf_field() }} {{-- --}} {{ html()->form()->close() }}
@endsection @push('after-scripts') @endpush