@extends('layouts.dashboard') @section('title-content') {{ config('app.name') }} |Transcript @endsection @section('content')

Create Transcript- BY SELECTING REGISTRATION NUMBER WITH RESPECTIVE CURRENT YEAR OF STUDY

@lang('app.intro-text')

@csrf()
{{ Form::button('Submit', ['type' => 'submit', 'class' => 'btn btn-lg btn-success pull-right']) }}
@endsection @section('scripts') @endsection