@extends("la.layouts.app") @section("contentheader_title", "Mi Perfil") @section("htmlheader_title", "Mi Perfil") @section("headerElems") @endsection @section("main-content") @if (count($errors) > 0)
@endif {!! Form::model($profile, ['route' => [config('laraadmin.adminRoute') . '.myprofile.update', $profile->id ], 'method'=>'PUT', 'id' => 'profile-edit-form']) !!}

Notice: Undefined variable: profile in C:\wamp64\www\sviaticos\resources\views\la\myprofile\index.blade.php on line 28

Notice: Trying to get property of non-object in C:\wamp64\www\sviaticos\resources\views\la\myprofile\index.blade.php on line 28

Fatal error: Uncaught Error: Class 'Illuminate\Support\Facades\URL' not found in C:\wamp64\www\sviaticos\resources\views\la\myprofile\index.blade.php:29 Stack trace: #0 {main} thrown in C:\wamp64\www\sviaticos\resources\views\la\myprofile\index.blade.php on line 29