@extends('admin.layouts.master') @section('title','All Assignment') @section('maincontent') @include('admin.layouts.topbar',$data)
| # | {{ __('User') }} | {{ __('Course') }} | {{ __('Course Chapter') }} | {{ __('Assignment') }} | {{ __('Action') }} | ||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 {{ __('Are You Sure') }} ?{{ __('Do you really want to delete selected item names here? This process cannot be undone') }}. | @if(isset($assign->user)) {{$assign->user->fname}} @endif | @if(isset($assign->courses)) {{$assign->courses->title}} @endif | @if(isset($assign->chapter)) {{$assign->chapter->chapter_name}} @endif | {{ $assign->title }} | 
                            @can('assignment.view')
                           
                            
                            @endcan
                            {{ __('Download') }}
                            @can('assignment.delete')
                            
                                {{ __("Delete") }}
                            
                            @endcan
                         {{__('View Course Chapter Assignments')}} 
                                          @if($assign->user->user_img != null || $assign->user->user_img !='')
                                             }}) @endif {{ $assign->user->fname }} {{ $assign->user->lname }}
 {{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |