@extends('layouts.main', ['activePage' => 'Prestadores', 'titlePage' => 'Prestadores']) @section('content')

Estudiantes

Ingresar datos de los Estudiantes

{!! Form::model($user, ['route' => ['Prestadores.update', $user->id], 'method' => 'PUT']) !!} {{ csrf_field() }} @include('prestadores.form.formedit') {{ Form::close() }}
@endsection @section('scripts') @endsection