@extends('backend.template') @section('content')
{{ label('Sn.') }} | {{--{{ label('Parent') }} | --}}{{ label('Title') }} | {{ label('Alias') }} | {{ label('Contact Person') }} | {{ label('Designation') }} | {{ label('Thumb') }} | {{ label('Contact1') }} | {{ label('Email') }} | {{ label('Address') }} | {{ label('Action') }} |
---|---|---|---|---|---|---|---|---|---|---|
{{ $i++ }} | {{--{!! getFieldData('tbl_branches', 'title', 'branch_id', $item->parent_branch) !!} | --}}{{ $item->title }} |
{{ $item->alias }}
change alias
|
{{ $item->contact_person }} | {{ $item->designation }} | {{ showImageThumb($item->thumb) }} | {{ $item->contact1 }} | {{ $item->email }} | {{ $item->address }} |
|