@extends('layouts.main') @section('title', '| Sucursales') @section('titlePage', 'Sucursales') @section('content')
{{ $message }}
No | Nombre | {{__('contact_name')}} | {{__('contact_phone')}} | {{__('mobile_phone')}} | {{__('contact_email')}} | |
---|---|---|---|---|---|---|
{{ ++$i }} | {{ $branchOffice->name }} | {{ $branchOffice->contact_name }} | {{ $branchOffice->contact_phone }} | {{ $branchOffice->mobile_phone }} | {{ $branchOffice->contact_email }} |