@extends('student.master') @section('title', 'Assignment Completed') @section('content')
Assignment Test is completed.
Your Passing Score : {{$passingScore}}%

@if(!empty($userAssign)) Your Percentage Score : {{$userAssign->score}}% @else Your Percentage Score : 0.00% @endif
@endsection