@extends('layouts.app') @section('header-title', __('Create New Employee')) @section('content')
{{ __('Create New') }}
@csrf
{{ __('User Information') }}
{{ __('Thumbnail') }} {{ __('(Ratio 1:1 (500 x 500 px))') }} *
@error('thumbnail')

{{ $message }}

@enderror
{{ __('Supported formats: jpg, jpeg, png') }}
@foreach ($roles as $role) @endforeach
@endsection