@include('livewire.applicant.modal.published-book')
@if (session()->has('error'))
{!! session('error') !!}
@endif

Details of published quality books (5 best publications to be entered)

@foreach ($recList as $recDetail) @endforeach
# Title of the book/ book chapters Name of the publisher Institutions Actions
{{ $loop->iteration }} {{$recDetail->book_title}} {{$recDetail->publisher}} {{$recDetail->institution }}
Important Notes
  • Add your published quality books one by one. You can add multiple entries and rearrange their sequence using drag & drop as per your career timeline.
  • Please attach complete list (including the above 5) of books / books chapter in standard format that includes name of all the authors, title, volume, name of the publisher, month and year of publication and ISBN No, under the "Documents" tab.
@push('toggleScript') @endpush @push('editorScript') @endpush @push('scripts') @endpush @push('scripts') @endpush