@extends('layouts.main') @section('title', 'Okis 3.0 | Add new company') @section('content')
Neues Unternehmen erstellen
@csrf @include('companies._form')
@endsection