@extends('backend.template') @section('content')

{{ label("Customfields List") }}

{{label("Create New")}}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{label("Sn.")}} {{ label("customfield_for") }} {{ label("customfield_forref") }} {{ label("title") }} {{ label("alias") }} {{ label("fa_icon") }} {{ label("logo") }} {{ label("Action") }}
{{ $i++ }}{{ $item->customfield_for }} {{ $item->customfield_forref }} {{ $item->title }}
{{ $item->alias }}
change alias
{{ $item->fa_icon }} {{ showImageThumb($item->logo) }}
@endsection @push("css") @endpush @push("js") @endpush