@extends('layouts.app') @section('form-title') {{ __('Projects per project status') }} @endsection @section('form-sub-title') {{ __('Change the status of multiple projects') }} @endsection @section('breadcrumb') @if(canViewUpdate('add project status') || canViewUpdate('edit project status')) @endif @endsection @section('content')
{{ __('Projects') }}
{!! projectStatus('status', $project_status->id) !!}
@csrf
{{ __('Client') }} {{ __('Project') }} {{ __('Deadline') }} {{ __('Owner') }} {{ __('Status') }} {{ __('Created') }}
{{ __('With selected change project status to:') }}
{!! projectStatus('new_project_status', 'no') !!}
{{-- Organisation listing end --}}
@endsection @push('child-scripts') @endpush