@extends('layouts.app') @section('content')
{{ label('Sn.') }} | {{ label('companies') }} | {{ label('title') }} | {{ label('alias') }} | {{ label('email') }} | {{ label('telephone') }} | {{ label('phone1') }} | {{ label('phone2') }} | {{ label('address') }} | {{ label('company_reg') }} | {{ label('company_pan') }} | {{ label('logo') }} | {{ label('is_main') }} | {{ label('Action') }} |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {!! getFieldData('tbl_companies', 'title', 'company_id', $item->companies_id) !!} | {{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->email }} | {{ $item->telephone }} | {{ $item->phone1 }} | {{ $item->phone2 }} | {{ $item->address }} | {{ $item->company_reg }} | {{ $item->company_pan }} | {{ showImageThumb($item->logo) }} | {{ $item->is_main }} |
|