@extends('layouts.admin_layout') @section('content') @auth()

позиция

{{ $cost->position }}

описание

{{ $cost->description }}

Форма обучения

{{ $cost->educationForm->name }}

Направление

{{ $cost->direction->name }}

Стоимость

{{ $cost->cost }}

@endauth @endsection