@extends('admin.project.main') @section('projectCSS') {{-- Date Range picker --}} @endsection @section('projectContent')
{{csrf_field()}}
@if (in_array(Auth::user()->id, $allAssignee)) @endif
{{ __('Note') }}! {{ __('Allowed File Extensions: jpg, png, gif, docx, xls, xlsx, csv and pdf') }}
{{ __('Cancel') }}
@endsection @section('projectJS') {!! translateValidationMessages() !!} @endsection