@extends('admin.layouts.master') @section('title','View Assignment') @section('maincontent') @include('admin.layouts.topbar',$data)
{{ __('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