{{-- extend layout --}} @extends('layouts.contentLayoutMaster') {{-- page title --}} @section('title', 'Empresas') {{-- vendor styles --}} @section('vendor-style') @endsection {{-- page styles --}} @section('page-style') @endsection {{-- page content --}} @section('content')
add Empresa
Filtrar keyboard_arrow_down
@forelse ($bussines as $bussine) @empty @endforelse
NIT NOMBRE EMAIL TELÉFONO CELULAR DIRECCIÓN ACCIONES
{{ $bussine->nit }} {{ $bussine->name }} {{ $bussine->email }} {{ $bussine->cellPhone }} {{ $bussine->phone }} {{ $bussine->address }}
@endsection {{-- vendor scripts --}} @section('vendor-script') @endsection {{-- page scripts --}} @section('page-script') @endsection