@extends('layouts.main') @section('title', '| Proveedores') @section('titlePage', 'Proveedores') @section('content')
@includeif('partials.errors')
{{ __('Crear Proveedor') }}
@csrf @include('action.form')
@endsection