@extends('layouts.master') @section('title') Prescritpion Type @endsection @section('headername') Prescritpion Type @endsection @section('content')
+ Add Prescription

Prescription

@foreach ($prescription as $prescription) @endforeach
ID Type Actions
{{ $prescription->id }} {{ $prescription->type }} |
@csrf @method('DELETE')
@endsection @section('scripts') @endsection