@extends('shaun_core::admin.layouts.master') @section('content')
{{__('Cache')}}
@foreach($drivers as $key=>$name)
@includeIf('shaun_core::admin.partial.cache.'.$key, ['cacheSetting' => $cacheSetting])
@endforeach
@stop @push('scripts-body') @endpush