@extends('layouts.master') @section('title', 'Pulses machine | Proxima - Medical Management app') @section('title-topbar', 'Pulses machine') @section('css') @endsection @section('content')
{{ __('basic.dashboard') }} | Pulses machine | {{ __('basic.pulses machine') }}
{{ __('basic.pulses machine') }}
@csrf
@error('branch_id') {{ $message }} @enderror
@error('name') {{ $message }} @enderror
@endsection @section('js') @endsection