@extends('layouts.main') @section('title', 'Adicionar Mesa') @section('content')

Adicionar Nova Mesa

@if ($errors->any())
@endif
@csrf
@endsection