@extends('adminlte::page') @section('title', "$title") @section('content_header')
Editando o Fornecedor
@stop @section('content')
@csrf @method('PUT') @include('app.pages.suppliers._partials.form_update')
@endsection