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

Photo Use Tool

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