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

Edit Factor -  edit factor for assessments

@lang('app.intro-text')

{!! Form::open([ 'route' => 'qualityassurance.update', 'class' => 'create-colleges', 'method' => 'POST', 'role' => 'form', ]) !!}
{{ Form::button('Submit', ['type' => 'submit', 'class' => 'btn btn-lg btn-success pull-right']) }}
{{ Form::close() }}
@endsection @section('scripts') @endsection