@extends('layouts.app') @section('title') Research Service Reports @endsection @section('breadcrumb')

{{__('Research Service Reports')}}

@endsection @section('content')
@can('create_rsr') {{__('Create')}} @endcan
{{--
@csrf
{{__('Import')}}
--}}
# RSR No. Program Project Signed Signed Dates Signed By {{ __('Action') }}
@endsection @section('scripts') @endsection