@extends(view:'layouts.dashboard')
@section(section:'content')
Copouns
Add New Copoun
| ID |
name |
starDate |
EndDate |
discount |
Action |
@foreach($copoun as $copoun)
| {{$copoun->id}} |
{{$copoun->name}} |
{{$copoun->starDate}} |
{{$copoun->EndDate}} |
{{$copoun->discount}} |
UPDATE
DELETTE
|