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