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

Customfield For :     {{$data->customfield_for}}

Customfield Forref :     {{$data->customfield_forref}}

Title :     {{$data->title}}

Alias :     {{$data->alias}}

Text :     {{$data->text}}

Fa Icon :     {{$data->fa_icon}}

Logo :     {{$data->logo}}

Display Order :     {{$data->display_order}}

Status :     {{$data->status == 1 ? 'Active' : 'Inactive'}}

Createdby :     {{$data->createdby}}

Updatedby :     {{$data->updatedby}}

Created On :   {{$data->created_at}}

Created By :   {{$data->createdBy}}

Updated On :   {{$data->updated_at}}

Updated By :   {{$data->updatedBy}}

@endSection