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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('basic.edit pulses machine controll') }}
{{ __('basic.pulses machine controll') }}
@foreach ($item as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.branch') }} {{ __('basic.name') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->branch->name }} {{ $item->name }} {{ __('basic.edit') }}
@endsection @section('js') @endsection