@extends('layouts.default') @section('meta') Departments | Workday Time Clock @endsection @section('content') @include('admin.modals.modal-import-department')

{{ __("Add Department") }} {{ __("Export") }}

@if ($errors->any())
{{ __("There were some errors with your submission") }}
    @foreach ($errors->all() as $error)
  • {{ $error }}
  • @endforeach
@endif
@csrf
@isset($data) @foreach ($data as $department) @endforeach @endisset
{{ __("Department") }}
{{ $department->department }}
@endsection @section('scripts') @endsection