@extends('layouts.dashboard') @section('page_heading','Snapshots') @section('section')
@section ('pane1_panel_title', 'Snapshot All Servers') @section ('pane1_panel_body')
@csrf @include('widgets.button', array('type' => 'submit', 'class'=>'primary', 'size'=>'lg', 'value'=>'CREATE SNAPSHOTS/BACKUPS FOR ALL SERVERS'))
@endsection @include('widgets.panel', array('header'=>true, 'as'=>'pane1'))
@stop