@extends(Auth::check() && Auth::user()->role->layout == 1 ? 'layouts.admin' : 'layouts.employee') @section('content')

Clientes

{{trans('general.edit')}} cliente

{!! Form::model($customer, ['method' => 'PATCH', 'url' => 'companies/'.$customer->id]) !!} {!! Form::hidden('id', $customer->id) !!} @include('companies.form', ['new' => false]) {!! Form::close() !!}
@endsection @section('foot') @endsection