@extends('layouts.master') @section('title') شاشة العروض @endsection @section('css') @endsection @section('page-header')
@endsection @section('content')# | اسم البرنامج | سعر العرض | بداية العرض | نهاية العرض | الحالة | {{--عرض | --}} {{--التفاصيل | --}}العمليات |
---|---|---|---|---|---|---|---|---|
{{ $offer->id }} | {{ @$offer->Program->ar_program_name }} | {{ $offer->offer_price }} | {{ $offer->offer_start_date }} | {{ $offer->offer_end_date }} | @if ($offer->status == 1) مفعل @else غير مفعل @endif |
|