@extends('layouts.app') @section('title') {{__('Researchers')}} @endsection @section('breadcrumb')

{{__('Researchers')}}

@endsection @section('content')
@can('create_researchers') {{__('Create')}} @endcan
{{--
@csrf
{{__('Import')}}
--}}
# {{__('Name')}} {{__('Specialization')}} {{__('Gender')}} {{__('Contact Number')}} {{__('Email')}} {{__('Date Created')}} {{__('Action')}}
@endsection @section('scripts') @endsection