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

Enlaces

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

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