@extends('layouts.app') @section('title', 'Adicionar Fornecedor') @section('content')
@include('fornecedores.partials.form', [ 'action' => route('fornecedores.store'), 'method' => null, 'title' => 'Adicionar Fornecedor', 'subtitle' => 'Preencha os dados para cadastrar um novo fornecedor.', 'fornecedor' => null, ])
@endsection @push('styles-custom') @endpush @push('scripts-custom') @endpush