@extends('layouts.app') @section('style') @endsection @section('content')
@csrf

Special Skills

@foreach ($skills as $skill)
@endforeach
@section('script') @endsection @endsection