@extends('dashboard._theme_dashboard') @section('content')
@csrf
Cadastro de fornecedor | Ficha cadastral

Informações da cadastro

Dados bancários
@include('dashboard.offcanvas.generic-registrations',[ "text_target" => "categoria", "target_id" => "provider_category", "target_route" => "component.providers.category", "target_input" => "category", "target_js" => "provider-categories.js", ]) @endsection @section('customJS') @endsection