@extends('admin.template.layout') @section('header') @stop @section('content')
Create Cuisine
@foreach ($Cuisines as $row) @endforeach
# Name Status Created Date Action
{{ $i }} {{ $row->name }} {{web_date_in_timezone($row->created_at,'d-M-Y h:i A')}}
@stop @section('script') @stop