@extends('layouts.app') @section('content') ვაკანსიის დამატება @csrf დასახელება @if ($errors->has('name')) {{ $errors->first('name') }} @endif ტიპი @foreach($vacType as $_vacType) {{$_vacType->name}} @endforeach ანაზღაურება დაწყების თარიღი დასრულების თარიღი აღწერა დამატება @push('custom-scripts') @endpush @endsection