@extends('layouts.metronic') @section('title')

{{ !empty($project)?$project->name:"Proiect Nou"}}

@endsection @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif
{{ !empty($project)?$project->name:"Proiect Nou"}}
{{ !empty($project)?$project->client->name:""}} @if (!empty($project)) @if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') @endif @if($project->status=="Activ") Activ @else Închis @endif @if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') @endif @endif
@if (!empty($project)) @if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') @endif @endif
@if (empty($project))
@endif
@if (!empty($project))
@if (!empty($project->analyze_url)) @endif @if (!empty($project->manual_url)) @endif @endif
@if (!empty($project))

Module

Utilizatori

@if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') Adauga utilizatori @endif
@endif
@if (!empty($project)) @endif
@endsection @section('script') @endsection @section('menuVariables') @endsection