@extends('app') @section('breadcrumbs')
@endsection @section('content')CLIENTE | ||
---|---|---|
{{$client->nombre. " " . ($client->paterno ? $client->paterno : $client->materno) }} |
@include('clients.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/clients/columns')."/$c.blade.php")) @include("clients.columns.$c") @else {{ $client->getAttribute($column) }} @endif @endif | @endforeach