Styles in view using Laravel 5.2

0

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?

    
asked by Fernando 09.12.2017 в 22:44
source

1 answer

0

Place the following
 @section ('content') div class="container" place between < and > the div class="container" for some reason if I put it that way it does not show it in the answer

and at the end  @endsection

    
answered by 13.12.2017 в 23:58