@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')

Back @include('layouts.notifications')
{{ $sub_title }}
{{ csrf_field() }}
@if ($project_producer['project_status'] == 'Pending') Pending @elseif($project_producer['project_status'] == 'Approved') Approved @elseif($project_producer['project_status'] == 'Release') Release @elseif($project_producer['project_status'] == 'Rejected') Rejected @else {{ $project_producer['project_status'] ?? '-' }} @endif
Select image Change Remove
@if ($project_producer['project_status'] == 'Rejected')
@endif


{{ csrf_field() }}
@foreach ($product as $syu)
@if($syu['product_status'] == 'On Review') On Review @elseif($syu['product_status'] == 'Approved') Approved @elseif($syu['product_status'] == 'Need Signature') Need Signature @elseif($syu['product_status'] == 'Rejected') Rejected @else {{$syu['product_status'] }} @endif
@endforeach
@if ($profile['producer_status'] == 'Pending') Pending @elseif($profile['producer_status'] == 'Inactive') Inactive @elseif($profile['producer_status'] == 'Release') Release @elseif($profile['producer_status'] == 'Rejected') Rejected @else {{ $project_producer['project_status'] ?? '-' }} @endif
@endsection