@extends('admin.layouts.app') @section('title', 'Main page') @section('content')
@csrf
{{ $errors->first('project_name') }}
{{ $errors->first('poc_name') }}
{{ $errors->first('poc_email') }}
@endsection