@extends('layouts.master') @section('browser-title', 'Página Inicial') @section('page-title', 'BMG 360°') @push('page-js') @endpush @section('content') @if (auth()->user()->isSuperAdmin()) Limpar cache @endif @endsection