@extends('commons.layouts.admin') @section('content') @include('_version_01.commons.layouts.partials._alert')
# | @elseif($col == 'name' || $col == 'tel' || $col == 'email' || $col == 'logo_photo_path'){{App\Language::trans(ucwords(str_replace('_', ' ', $col)))}} | @endif @endforeach{{App\Language::trans('Action')}} | |
---|---|---|---|
{{$index+1}} | @foreach($row->toArray() as $key => $value) @if($key == 'name' || $key == 'tel' || $key == 'email'){{$value}} | @elseif($key == 'logo_photo_path'){{App\Language::trans('Edit')}} | |