@extends('admin.layouts.master') @section('title','View Assignment') @section('maincontent') @component('components.breadcumb',['secondaryactive' => 'active']) @slot('heading') {{ __('Assignment') }} @endslot @slot('menu1') {{ __('Assignment') }} @endslot @endcomponent
{{ __('View Assignment') }}
@if($assign->user->user_img != null || $assign->user->user_img !='') @else User Image @endif

{{ __('User') }} : {{ $assign->user->fname }} {{ $assign->user->lname }}

{{ __('Course') }} : {{ $assign->courses->title }}

{{ __('CourseChapter') }} : {{ $assign->chapter->chapter_name }}

{{ __('AssignmentTitle') }} : {{ $assign->title }}

{{ __('Assignment') }}: {{ __('Download') }}



{{ csrf_field() }} {{ method_field('PUT') }}

type == 1 ? 'checked' : '' }} />


@endsection @section('script') @endsection