@extends('cms.layouts.main') @section('content') @include('cms.layouts.headers.partials', ['title' => 'View Record'])

{{ $page_info['title'] }}

  • Publish

    {!! $row->publish ? '' : '' !!}

  • Image


  • Name

    {{ $row->name }}


  • Name AR

    {{ $row->getTranslation('name', 'ar') }}


  • Name KU

    {{ $row->getTranslation('name', 'ku') }}


  • Prize

    {{ $row->prize }}


  • Draw Number

    #{{ $row->Draw->draw_number }}


  • Rank

    {{ $row->rank }}


  • Game

    {{ $row->Game->title }}


  • Point of Sale

    {{ $row->PointOfSale->title }}


  • Created at

    {{ date('d M Y - h:i A', strtotime($row->created_at)) }}


  • Updated at

    {{ date('d M Y - h:i A', strtotime($row->updated_at)) }}

@include('cms.layouts.footers.auth')
@endsection