@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')
# | {{ __('adminstaticword.User') }} | {{ __('adminstaticword.Course') }} | {{ __('adminstaticword.CourseChapter') }} | {{ __('adminstaticword.Assignment') }} | {{ __('adminstaticword.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 }} |
{{ __('Delete') }}{{ __('Are You Sure ?')}}{{ __('Do you really want to delete')}} ? {{ __('This process cannot be undone.')}} |