@extends(layoutTenant()) @section('content')

Criar Link

Editar Link
{!! Form::model($category, ['url'=>routeTenant('links.update', [$category->id]),'enctype'=>'multipart/form-data','method' => 'PUT']) !!} @include('app.admin.link._form')
{!! Form::label('Satus', 'Status:') !!}
{!! Form::checkbox('status', null,$category->status ==='on',['id'=>'switch13']) !!}
{!! Form::label('Outra Aba', 'Outra Aba:') !!}
{!! Form::checkbox('outraba', null,$category->outraba ==='on',['id'=>'switch14']) !!}
{!! Form::label('Index', 'Index:') !!}
{!! Form::checkbox('index', null,$category->index ==='on',['id'=>'switch15']) !!}
{!! Form::label('Sidebar', 'Sidebar:') !!}
{!! Form::checkbox('sidebar', null,$category->sidebar ==='on',['id'=>'switch16']) !!}
{!! Form::submit('Salvar Link', ['class'=>'btn btn-primary']) !!}
{!! Form::close() !!}
Modelos de Icones
Mais usados
Link de Icones
Lista de Icones
@foreach($icon as $icone) @endforeach
Selecione o link de uma Pagina
@foreach( $page as $pag) {{$pag->titulo}} @endforeach
Selecione o link de um Modulo
@endsection @section('post-script') @endsection