@extends('layout.administrator.layout') @section('css') @endsection @section('sideBody')
@endsection @section('content')
@if(session('success')) @endif @if(session('fail')) @endif

Clientes

Borrar filtros
@if (count($customers)>0) @foreach ($customers as $customer) @endforeach @else @endif
Cliente Celular Correo Electronico Estado
@if(!empty($customer->photo) && Storage::disk('public')->exists('profiles/'.$customer->photo)) @else @endif {{$customer->name}} {{$customer->last_name}} Cel. {{$customer->cellphone}} @if(!empty($customer->phone)) Tel. {{$customer->phone}} @endif {{$customer->email}} @if ($customer->state==1) Activo @else Inactivo @endif Detalle
No se encontraron Clientes
@endsection @section('modals') @endsection