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

@lang('Login')

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