@extends('themes.admin.'.setting('active_admin_theme').'.layouts.default') @section('content') @push('custom-css') @endpush

{{$title}}

@if(count($log_s)> 0)
@php $i = 0; @endphp @foreach($log_s as $key => $log) @if($i == 0)
Download Log File Clear Log Delete Log File Delete Log All Files
@else

No Error log files created yet.

@endif
@push('custom-js') @endpush @endsection