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