@if(Session::has('success'))
{{Session::get('success')}}
@endif
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@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))
@endif
@if (!empty($project))
@endif
@endsection
@section('script')
@endsection
@section('menuVariables')
@endsection