@extends('layouts.master') @section('title', 'Medicine Type | Proxima - Medical Management app') @section('title-topbar', __('basic.medicine type')) @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.medicine type') }}
{{ __('basic.medicine type') }}
@foreach ($medicines as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->name }} {{ __('basic.edit') }}
@endsection @section('js') @endsection