@extends('admin.layouts.master') @section('title', 'List of Footer Links') @section('content')
| # | Title | Order No | Column No | Actions |
|---|---|---|---|---|
| {{ ++$id }} | {{ $footer_link->title }} | {{ $footer_link->order_no }} | @if($footer_link->col_no == 'col_1') Column 1 @endif @if($footer_link->col_no == 'col_2') Column 2 @endif @if($footer_link->col_no == 'col_3') Column 3 @endif |