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

Informações da cadastro

Dados bancários

Contatos
@foreach($provider_contacts as $contact) @endforeach
Nome Cargo Contato Email
{{$contact->contact_name}} {{$contact->contact_role}} {{$contact->contact_phone}} {{$contact->contact_email}}
@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", ])
Cadastrar contato
@csrf
@endsection @section('customJS') @endsection