@extends('layouts.app') @section('content') @foreach ($specializations as $specialization) @endforeach @endsection('content') @section('scripts') @endsection