@extends('layouts.master')
@section('title', 'Login History')
@section('content')
@if (session('success'))
{{ session('success') }}
@endif
@include('pages.system_log.download_history_search')
@include('pages.system_log.download_history_list')
@endsection
@section('script-footer')
@if (session('changePasswordAlert'))
@endif
@if ($errors->any())
@endif
@if (session('error'))
@endif
@if (session('success'))
@endif
@endsection