@extends('admin.layouts.app') @section('content')
ID | Appointment Date | Status | Action |
---|---|---|---|
{{$result->id }} | {{ucfirst($result->appointment_date)}} |
|
@php $prodID = Crypt::encrypt($result->id); @endphp
{{ Form::open(['route' => ['appointment.destroy', $result->id], 'method' => 'delete']) }}
{{ Form::button('', [ 'type' => 'submit', 'class' => 'btn btn-dim btn-danger']) }}
{{ Form::close() }}
|