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

Photo General

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