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

Sent Successfully

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

@endif @endsection @section('content')
{{ __('basic.dashboard') }} | {{ __('patientappo.treatment controll') }}
{{ __('patientappo.treatment controll') }}
@foreach ($treatment as $item) @endforeach
{{ __('basic.id') }} {{ __('basic.name') }} {{ __('basic.branch') }} {{ __('basic.handle') }}
{{ $item->id }} {{ $item->name }} @if ($item->branch->name?? '') {{ $item->branch->name }} @else All @endif {{ __('basic.edit') }}
@endsection @section('js') @endsection