@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} | upload student's CA/SE @endsection @section('content')

Upload Field Score results (Semester Examination) -{{ $course->course_code }}

{{-- {{ Form::open(['route' => 'courses.ue-upload-store2','class'=>'ue-upload','method'=>'POST','role' => 'form', 'enctype' => 'multipart/form-data'])}} --}} {{ Form::open(['route' => 'score.field.import', 'class' => 'se-upload', 'method' => 'POST', 'role' => 'form', 'enctype' => 'multipart/form-data']) }} {{ Form::hidden('course_id', $id) }}
{{ Form::file('se-excel', ['id' => 'se-excel', 'class' => 'file']) }}
{{ Form::button('Upload', ['type' => 'submit', 'class' => 'btn btn-warning']) }}
@endsection @section('scripts') @endsection