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

{{$project->name}}

@endsection @section('subtitles') {{$module->name}} @endsection @section('content')
@if(Session::has('success')) @endif @if ($errors->any())
@endif
@if (!empty($module)) @endif
@if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') @endif
@if (!empty($module))
@if (Auth::user()->role->code == 'ADMIN' || Auth::user()->role->code == 'PM' || Auth::user()->email == 'andrei.lucaci@headlightsolutions.ro') @endif
@endif
@endsection @section('head') @endsection @section('script') @endsection @section('menuVariables') @endsection