@extends('adminlte::page') @section('title','Unidade Empresarial') @section('content_header')

Nova Unidade

@endsection @section('css') @stop @section('content') @if ($errors->any())
@endif
@csrf
@error('empresa') {{ $message }} @enderror
@endsection @section('js') @stop