@extends('admin.layout.app') @section('title') {{ $draw->name ?? "Show Draw" }} @endsection @section('header')

Home - Draw Managment

@endsection @section('content')
{{ __('Show') }} Draw
Title: {{ $draw->title }}
Date: {{ $draw->date }}
@endsection