@extends('layouts.home') @section('title', 'Mirgliederverwaltung') @section('content')
Mitarbeiter anlegen
{{ csrf_field() }}
@if ($errors->has('email')) {{ $errors->first('email') }} @endif
@include('partials/global-filters')
Mitarbeiterverwaltung
{!! $grid->__toString() !!}
@endsection @section('after-scripts') @endsection