@extends('master') @section('titulo') {{ Lang::get('estoque/_15060.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
@include('estoque._15060.index.form-filtrar')
@include('estoque._15060.index.table-estoque-localizacao')
@include('estoque._15060.index.table-estoque-grade')
@include('estoque._15060.index.modal_detalhe')
@endsection @section('script') @append