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

Upload Supp CA [Course Work Assessment] -{{ $course->course_code }}

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