@extends('layouts.admin.master') @section('content')
@if (count($footers) > 0)
@if ($demo_mode == "on") @include('admin.demo_mode.demo-mode') @else
@method('DELETE') @csrf @endif
@php $desc = count($footers); $asc=0; @endphp @foreach ($footers as $footer) @endforeach
# {{ __('content.title') }} {{ __('content.category_name') }} {{ __('content.order') }} {{ __('content.action') }}
{{ $asc++ }}{{ $desc-- }} {{ $footer->title }} {{ $footer->category_name }} {{ $footer->order }}
@else {{ __('content.not_yet_created') }} @endif
@endsection