@extends('layout.padrao') @section('title', 'Show Details') @include('include.attach_edit_list') @section('content') @include('loading.loadingPlan.modules') {{ Form::open(array('id' => 'show')) }}
@yield('edit-firstPart') @yield('edit-secoundPart')
@yield('edit-thirdPart') @yield('attach_edit_list')
@if(Auth::user()->checkCharacteristics(['1', '2', '3'])) @endif