@extends('layouts.app') @section('content')

{{ __('form.title') }}

{{ __('form.subtitle') }}

@if(session('success'))
{{ session('success') }}
@endif @if ($errors->any())
@endif

{{ __('form.project_title') }}

{{ __('form.project_subtitle') }}

@csrf
@foreach(__('form.technologies_list') as $key => $value)
@endforeach
@endsection @section('scripts') @endsection