@extends('layouts.app') @section('content')
@if ($errors->any())
×
@endif @if (Session::has('message'))
× {{ Session::get('message') }}
@endif

Build Worksheet

@csrf

Cancel
@endsection @section('scripts') @stop