@extends('layout.main') @section('content') {{__('Filter Project')}} @csrf {{__('Selecting',['key'=>trans('file.Project')])}} {{trans('file.All')}} @foreach($projects as $project) {{$project->title}} @endforeach {{trans('file.Status')}} {{trans('file.All')}} {{__('Not Started')}} {{__('In Progress')}} {{trans('file.Completed')}} {{trans('file.Deferred')}} {{trans('file.Search')}} {{__('Project Info')}} {{__('Project Summary')}} {{trans('file.Priority')}} {{__('Assigned Employees')}} {{trans('file.Status')}} {{__('Start Date')}} {{__('End Date')}} {{__('Project Progress')}} @endsection @push('scripts') @endpush