@extends('adminlte::page') @section('title', 'Dashboard') @section('content_header')

Cadastrar nova Tabela de Preço

@stop @section('content')
@method('POST') @csrf
@error('nome') {{ $message }} @enderror
@stop @section('css') @stop @section('js') @stop