@extends('layouts.website.website') @section('content')
Payment Procedures
@foreach (App\Experiments::orderBy('name','ASC')->get() as $item) @endforeach
Category Name Description Category Price ( $ ) Doctors Commission Type Options
{{ $item->name }} {{ $item->description }} {{ $item->price }} {{ $item->doctor_comision }} % {{ $item->type }}
@endsection