@extends('layouts.app') @section('title', 'Add New Employee') @section('content')
@csrf

Skills

@foreach ($skills as $skill)
@if (!$skill->is_boolean) @else @endif
@endforeach
@push('scripts') @endpush @endsection