@extends('layouts.front-end.app') @section('title','Login') @push('css_or_js') @endpush @section('content')

{{trans('messages.sing_in')}}


{{--

{{trans('messages.or_using_form_below')}}

--}}
@csrf
@endsection