cannot end a section without first starting one in new Laravel 5.3
use @section('title', "My page title")
instead of @section('title', "My page title")@endsection
use @stop or @endsection (only one thing) in a blade template not both.
Must @stop or @endsection before starting a new one