@extends('admin.layouts.app') @section('content')

{{ $section->title }}

@if( $photos ) @php $i = 0; @endphp @foreach( $photos as $result ) @endforeach @endif
ID Album Photos Status Action
{{ ++$i }}
    @if($result->status == 1)
  • Active
  • @else
  • Inactive
  • @endif
@php $prodID = Crypt::encrypt($result->id); @endphp @if(Auth::user()->role_id == 2) @else
@endif
@endsection