@extends('layouts.master') @section('title', 'Application Portfolio Edit') @section('style') @endsection @section('script') @endsection @section('content') @include('layouts.header') @include('layouts.header-sub') @include('applications.applicationview_include', [ 'applications' => $applications, 'school' => $school, 'grade' => $grade, 'gpax_score' => $gpax_score, 'portfolio_score' => $portfolio_score, 'grand_total' => $grand_total, ]) 📋 Edit Input your score or choose score from the box @csrf @method('PUT') Input your score 20 Excellent 15 Very Good 10 Good 5 OK 0 Bad Recommend for Scholarship Grand Total By Save {{-- Next --}} @include('layouts.footer') @endsection