@extends('layout.layout') {{-- Style --}} @push('links') @endpush {{-- Content --}} @section('content')
@csrf
@if ($errors->has('group_id')) @foreach($errors->get('group_id') as $error)
{{ $error }}
@endforeach @endif
@if ($errors->has('department_id')) @foreach($errors->get('department_id') as $error)
{{ $error }}
@endforeach @endif
@if ($errors->has('position_id')) @foreach($errors->get('position_id') as $error)
{{ $error }}
@endforeach @endif
@endsection {{-- Script --}} @push('scripts') @endpush