@extends('adminlte::page')
@section('content')
| Id |
Codigo |
Empresa |
Sigla |
Razão Social |
Detalhes |
Excluir |
@foreach($clientes as $cliente)
| {{$cliente->recnum}} |
{{$cliente->empresa}} |
{{$cliente->codigo}} |
{{$cliente->razao_social}} |
{{$cliente->tipo}} |
{{$cliente->cpf_cnpj}} |
Detalhes |
Excluir |
@endforeach
@endsection
@section('css')
@endsection
@section('js')
@endsection