14 lines
No EOL
188 B
PHP
14 lines
No EOL
188 B
PHP
@extends('layouts.master')
|
|
|
|
@section('title', 'Add an Exercise')
|
|
@endsection
|
|
|
|
{{!! Form::open() !!}}
|
|
|
|
{{!! Form::text('Name') !!}}
|
|
|
|
{{ Form::close() !!}}
|
|
|
|
@section('content')
|
|
|
|
@endsection |