@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
{{ __('basic.branch') }}
({{ __('basic.required') }})
@foreach ($branch as $item)
{{ $item->name }}
@endforeach
@error('branch_id')
{{ $message }}
@enderror
{{ __('basic.name') }}
({{ __('basic.required') }})
@error('name')
{{ $message }}
@enderror
@endsection @section('js') @endsection