@extends('layouts.app') @section('title') {{ __('Edit Research Type') }} @endsection @section('breadcrumb')

{{ __('Research Type') }}

@endsection @section('content')

{{ __('Edit Research Type') }}

@csrf @method('put') @include('admin.research_types._form')
@endsection @section('scripts') @cannot('bulk_action_research_types') @endcan @endsection