@extends('admin.layouts.main') @section('title') Project - Information @endsection @section('content')
@include("admin.common.sidebar")
@include('project::modules.store.common.form-step')
@csrf @if($id) @endif

{{ @trans('project::project.project_info') }}

date_range
@if(Auth::user()->user_type == 'mfr_admin')
    @endif
    @if(!$edit)
    status == 'pipeline')checked @endif @if(request()->input('status') == 'pipeline') checked @endif>
    status == 'confirmed')checked @endif @if(request()->input('status') == 'confirmed') checked @endif>
    @endif
    type == 'internal')checked @endif>
    type == 'external')checked @endif>
    @if(Session::has('editFromUrl') && (Session::get('editFromUrl') == 'details' || Session::get('editFromUrl') == 'detailsSingleStep')) {{ @trans('project::project.cancel') }} @elseif ((Session::has('editFromUrl') && Session::get('editFromUrl') == 'kanbanView') || Session::get('addFromUrl') == 'kanbanView') {{ @trans('project::project.cancel') }} @else {{ @trans('project::project.cancel') }} @endif
    @if(Session::has('editFromUrl') && Session::get('editFromUrl') == 'detailsSingleStep') @else @endif
    @endsection @push('pageJs') {!! JsValidator::formRequest('Modules\Project\Http\Requests\Add\StoreInfoRequest', '#frmInfo') !!} @endpush @push('pageCss') @endpush