@extends('shaun_core::admin.layouts.master') @section('content')
{{__('System Log')}}

{{__('System logs are helpful for troubleshooting and debugging. Select the log you would like to view below.')}}

{{ csrf_field() }}
@if ($log)
                    {{$log}}
                
@endif
@stop @push('scripts-body') @endpush