@extends('front.layouts.login_layout') @section('meta_title'){{ $index_meta->{'title_' . App::getLocale()} }}@stop @section('meta_description'){{ $index_meta->{'description_' . App::getLocale()} }}@stop @section('meta_keywords') {{ $index_meta->{'kewords_' . App::getLocale()} }} @stop @section('meta') @endsection @section('content') {{ translate('Login') }} {{ translate('You dont have any account ?') }} {{ translate('Signup Now') }} {{ translate('Email address') }} {{ translate('Password') }} {{ translate('Remember Me') }} {{ translate('Forget Password?') }} {{ translate('Login') }} @endsection @section('modal') @endsection @section('script') @endsection