@extends('admin::layouts.master') @section('title', 'Weekly Special Details') @section('content')

Weekly Special Details

Edit Back
ID{{ $weeklySpecial->id }}
Name{{ $weeklySpecial->name }}
Slug{{ $weeklySpecial->slug }}
Description{{ $weeklySpecial->description ?? '-' }}
Max Discount{{ $weeklySpecial->max_discount }}%
Starts At{{ $weeklySpecial->starts_at }}
Ends At{{ $weeklySpecial->ends_at }}
Active{{ $weeklySpecial->is_active ? 'Yes' : 'No' }}
Created{{ $weeklySpecial->created_at->format('Y-m-d H:i') }}
@endsection