@extends('layouts.master') @section('title', 'Medicines') @section('title', 'Medicines | Proxima - Medical Management app') @section('title-topbar', 'Medicines') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

{{ Session::get('success') }}

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.resources controll') }}
Medicines Controll
@foreach ($medicine as $iteam) @endforeach
{{ __('basic.id') }} {{ __('basic.type') }} {{ __('basic.name') }} {{ __('basic.price') }} {{ __('basic.handle') }}
{{ $iteam->id }} {{ $iteam->type->name }} {{ $iteam->name }} {{ $iteam->price }} {{ __('basic.edit') }}
@endsection @section('js') @endsection