@extends('layouts.app') @section('content') @section('css') @endsection @include('validation.success')

{{ isset($title)?$title:'' }}

@php $i = 1; @endphp @if(isset($flavors) && !empty($flavors)) @foreach($flavors as $row) @endforeach @endif
# Flavor Type Description Date Action
{{$i++}} {{ucwords($row->flavor)}} {{$row->flavor_type_name}} {{$row->description}} {{date('d-M-Y', strtotime($row->created_at))}}
@section('js') @endsection @endsection