@extends('adminlte::page') @section('title', 'Photo Maker') @section('content_header')

Photo Popular Tool

@stop @section('content')
Add
@php $i= 1; @endphp @if ($data) @endif
No. Title Description Action
{{ $i }}. {{ $data->title ?? '' }} {{ $data->tagline ?? '' }}    @php $i++; @endphp
@stop @section('css') @stop @section('js') @stop