@extends('layouts.main') @section('page-style') @endsection @section('page-plugin') @endsection @section('page-script') @endsection @section('content')

@include('layouts.notifications')
User Favorite
@if($favorites['data']??false) @foreach($favorites['data'] as $favorite) @endforeach @else @endif
Created at Outlet Product Modifiers Notes
{{date('d M Y H:i',strtotime($favorite['created_at']))}} {{$favorite['outlet']['outlet_code']}} - {{$favorite['outlet']['outlet_name']}} {{$favorite['product']['product_code']}} - {{$favorite['product']['product_name']}} @if($favorite['modifiers'])
  • {!!implode('
  • ',array_column($favorite['modifiers'],'text'))!!}
@else None @endif
{{$favorite['notes']}}
No Favorites
@endsection