Thank you for taking your time. My problem is this, I am showing my records in a table from which the actions of eliminating and modifying are split, both buttons of each action work perfectly, the problem I have is that when I give Click on the button to modify if you send me the data and the data of that record appear to be modified but I do not get the styles of the template that I have by default, however in all the other views if only in my file where I edit the data I appears unformatted:
In both cases of my views I am calling the template in the following way:
@extends('template')
@section ('content')
// content @stop
Could someone help me with this, or tell me what I'm wrong with?