@extends('adminlte::page')
@section('title', 'Photo Maker')
@section('content_header')
Photo General
@stop
@section('content')
| No. |
Title |
Description |
Action |
@php
$i= 1;
@endphp
@if ($data)
| {{ $i }}. |
{{ $data->title ?? '' }} |
{{ $data->tagline ?? '' }} |
|
@endif
@php
$i++;
@endphp
@stop
@section('css')
@stop
@section('js')
@stop