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

{{ label("Custom Fields List") }}

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