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

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

@endsection @section('content')

{{ __('Edit Research Service Report') }}

@csrf @method('put') @include('admin.rsr._form')
@if($rsr->prepared_by_id == null) @elseif($rsr->prepared_by_id != null && $rsr->noted_by_id == null) @can('note_rsr') @endcan @endif
@endsection