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

{{ label('Popups List') }}

{{ label('Create New') }}
@php $i = 1; @endphp @foreach ($data as $item) @endforeach
{{ label('Sn.') }} {{ label('Title') }} {{ label('Alias') }} {{ label('Photo') }} {{ label('Action') }}
{{ $i++ }} {{ $item->title }}
{{ $item->alias }}
change alias
{{ showImageThumb($item->photo) }}
@endsection @push('css') @endpush @push('js') @endpush