@extends('layouts.admin') @section('scripts') @endsection @section('content')
Settings
@if (session('message'))
{{ session('message') }}
@endif
@csrf
@php $prize = \App\Models\Setting::where('name','total_prize')->first(); @endphp
@php $lucky = \App\Models\Setting::where('name','lucky_draw')->first(); @endphp
@php $luckyd = \App\Models\Setting::where('name','lucky_draw_number')->first(); @endphp
@endsection