@extends('ecommerce::frontend.layout.main') @section('title') {{ $ecommerce_setting->site_title ?? '' }} @endsection @section('description') @endsection @section('content')
@csrf
{{trans('file.Already have an account')}}? {{trans('file.Log In')}}
@endsection @section('script') @endsection