@extends('layouts.app') @section('page-css') @endsection @section('content')
{{ $page_title }}
@if($get_activity_logs_actions->responseCode == 800) @if(!empty($get_activity_logs_actions->data)) @endif @else @endif

@if($get_activity_logs->responseCode == 800) @if(!empty($get_activity_logs->data)) @foreach($get_activity_logs->data as $key => $value) @endforeach @else @endif @else @endif
Admin Type URL Detail Comment Created
{{ $value->full_name }} {{ $value->log_type_name }} {{ $value->details }} {{ ($value->comments == '') ? 'No Comment' : $value->comments }} {{ date('F d, Y g:ia', strtotime($value->created_at)) }}
@include('pages.includes.footer')
@endsection @section('page-js') @endsection