@extends('master') @section('titulo') {{ Lang::get($menu.'.titulo') }} @endsection @section('estilo') @endsection @section('conteudo')
@php $PESQUISA = isset($_GET['PESQUISA']) ? $_GET['PESQUISA'] : 0 @php $CLIENTE = isset($_GET['CLIENTE']) ? $_GET['CLIENTE'] : 0 @include('chamados._26021.index.top') @include('chamados._26021.index.table-filter') @include('chamados._26021.index.table') @include('chamados._26021.create.enviar')
@include('chamados._26021.create.create') @include('chamados._26021.create.modal-pesq-pesquisa') @include('chamados._26021.create.modal-pesq-cliente')
@endsection @section('script') @append