@extends('layouts.master') @section('estilos') {!! Html::style('css/footable.core.css') !!} {!! Html::style('css/footable.metro.css') !!} @endsection @section('scripts') {!! Html::script('js/footable.js') !!} {!! Html::script('js/footable.sort.js') !!} @endsection @section('mainContainer')

{!! trans('applicationResource.admin.confirm') !!}

@include('admin.adminMenuPartial')
{!! csrf_field() !!}
@foreach($molecules as $molecule) @endforeach
{!! trans('applicationResource.confirm.id') !!} {!! trans('applicationResource.confirm.ref') !!} {!! trans('applicationResource.confirm.created') !!} {!! trans('applicationResource.confirm.mod') !!} {!! trans('applicationResource.confirm.edit') !!}
{!! $molecule->id !!} {!! $molecule->reference !!} {!! $molecule->created_at !!} {!! $molecule->updated_at !!} {!! trans('applicationResource.confirm.edit') !!}
{!! $molecules->render() !!}
@endsection