@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'))
@endif @endsection @section('content'){{ __('basic.id') }} | {{ __('basic.type') }} | {{ __('basic.name') }} | {{ __('basic.price') }} | {{ __('basic.handle') }} |
---|---|---|---|---|
{{ $iteam->id }} | {{ $iteam->type->name }} | {{ $iteam->name }} | {{ $iteam->price }} | {{ __('basic.edit') }} |