@extends('adminlte::page') @section('title', " $title ") @section('content')

+ ADICIONAR NOVO CLIENTE {!! $count !!}

@csrf
@include('app.includes.alerts')
@foreach ($customers as $customer) @if($customer->status == 0) @else @endif @endforeach
CÓD DATA RAZÃO SOCIAL FANTASIA MATERIAL STATUS EDIT.
# {{ str_pad($customer->code, 3, '0', STR_PAD_LEFT) }} {{ date('d/m/Y', strtotime($customer->created_at)) }} {{ $customer->corporate_name }} {{ $customer->fantasy_name }} @foreach ($customer->materialcustomers as $materialcustomer) {{ $materialcustomer->material }} @endforeach Inativa Ativa
@if (isset($filters)) {!! $customer->appends($filters)->links() !!} @else {!! $customers->links() !!} @endif
@stop