@extends('create.base') @section('content') @if (!$exists)
No existe
@else
Proyecto ya existe
@endif
composer.json
{{$composer}}
@if (!$exists)
@endif @endsection