@extends('layouts.default', ['appTopMenu' => true]) @section('title','Project Management Dashboard') @push('scripts')
@endpush @push('head')
@endpush @section('content')
Report
Project
User
Target Date
Priority
All Projects
@foreach($projects as $projects1)
id==old('ddl_project')) {{ 'selected' }} @endif>{{ $projects1->project }}
@endforeach
@error('ddl_project')
{{ $message }}
@enderror
All Users
@php foreach($allmembers as $pro){ @endphp
id==old('ddl_users')) {{ 'selected' }} @endif>{{ $pro->name }}
@php } @endphp
@error('ddl_users')
{{ $message }}
@enderror
Normal
Important
Most Important
@error('ddl_priority')
{{ $message }}
@enderror
@endsection @push('scripts') @endpush