@extends('layouts.back-end.body') @section('content')

{{ __('message.login history') }}

@include('back-end.customer.login-history-script')
{{-- @include('back-end.customer.form') --}} @if (session('status'))
{{ session('status') }}
@endif @endsection