@extends(template().'layouts.app') @section('title',trans('Login')) @section('content')

@lang(@$loginContent->description->title)

{!! __(@$loginContent->description->description) !!}

@include(template(). 'sections.footer') @endsection @push('extra-js') @endpush @push('script') @endpush