@extends('app') @section('breadcrumbs')
@endsection @section('content')CLIENTE | |
---|---|
{{$client->nombre. " " . ($client->a_paterno ? $client->a_paterno : $client->a_materno) }} |
@include('proclients.actions.'.auth()->user()->role)
|
{!! Form::open([ 'action' => 'SessionController@updateOrder', 'method' => 'PUT', ]) !!} {!!Form::close()!!} | @endforeach @endif
---|
@if(($pieces = explode('.', $column)) && ($c = end($pieces))) @if(file_exists(base_path('resources/views/proclients/columns')."/$c.blade.php")) @include("proclients.columns.$c") @else {{ $client->getAttribute($column) }} @endif @endif | @endforeach