@extends('adminlte::page') @section('title', 'Dados do Fornecedor') @section('content_header')

Fornecedores

@stop @section('content') @if(Session::has('success')) @php $data = Session::get('success'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif @if(Session::has('error')) @php $data = Session::get('error'); @endphp @if (is_array($data)) @foreach ($data as $msg) @endforeach @else @endif @endif

{{ __('Dados do Fornecedor') }}

tipo_pessoa == 2) checked @endif disabled>
tipo_pessoa == 1) checked @endif disabled>
bloqueado == 1) checked @endif disabled>


@stop @section('css') @stop @section('js') @stop