@extends('admin::curd.preview') @section('heading') @stop @section('title') @stop @section('breadcrumb') @stop @section('entry') @stop @section('tools') @stop @section('content')
@forelse($holiday_master as $key => $val) @empty @endif
Sr Holiday Name Holiday Date
{{ @$key + 1 }} {{ $val->name }} {{ @$val->holiday_date!='0000-00-00'?@date('d M , Y',strtotime($val->holiday_date)):'' }}
No Holiday Master
@stop