@extends('layouts.app') @section('title') {{ __('R&D Data Management') }} @endsection @section('breadcrumb')

{{ __('R&D Data Management') }}

@endsection @section('content')
@can('create_rd_data_management') {{ __('Create') }} @endcan
@if(isset($from)) @endif
@if(isset($from)) @endif
@if(isset($from)) @endif
# {{ __('Date') }} {{ __('Title') }} {{ __('Start') }} {{ __('End') }} {{ __('Check Progress') }} {{ __('Status') }} {{ __('Action') }}
@endsection @section('scripts') @endsection