@extends('layouts.app') @section('title', 'De-para Unidades de Negócio') @section('content_header')

Unidades de Negócio

@stop @section('content')
@csrf
@if($errors->has('tenant_from')) {{$errors->first('tenant_from')}} @endif
@if($errors->has('tenant_from1')) {{$errors->first('tenant_from1')}} @endif
@if($errors->has('tenant_to')) {{$errors->first('tenant_to')}} @endif
@stop