@extends('admin.layouts.master') @section('title','All Assignment') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Assignments') }} @endslot @slot('menu1') {{ __('Assignment') }} @endslot @slot('button')
# | {{ __('User') }} | {{ __('Course') }} | {{ __('CourseChapter') }} | {{ __('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
{{__('Admin')}}
@if($assign->user->user_img != null || $assign->user->user_img !='')
@else
@endif
{{ $assign->user->fname }} {{ $assign->user->lname }}
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |