@extends('layout.administrator.layout') @section('css') @endsection @section('content')
@if(session('message')) @endif @if(session('message_error')) @endif
{{--

Restaurantes

Borrar filtros
--}}
{{-- --}} @if (count($data)>0) @foreach ($data as $restaurante) @endforeach @else @endif {{-- @if (count($customers)>0) @foreach ($customers as $customer) @endforeach @else @endif --}}
Restaurante Celular Correo ElectronicoEstado
{{$restaurante->get_usuario->userName}} {{$restaurante->get_usuario->celular}} {{$restaurante->get_usuario->email}} Asignar
No se encontraron Restaurantes
@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