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

{{ label('Logos List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('logo') }} {{ label('link') }} {{ label('Action') }}
{{ $i++ }} {{ showImageThumb($item->logo) }} {{ $item->link }}
@endsection @push('css') @endpush @push('js') @endpush