@extends('layouts.app') @section('header-title', __('Create New Employee')) @section('content')
{{ __('Create New') }}
@csrf
{{ __('User Information') }}
@foreach ($roles as $role) @endforeach
@endsection