@extends('layouts.master') @section('title', 'Treatment | Proxima - Medical Management app') @section('title-topbar', 'Treatment') @section('css') @endsection @section('fixedcontent') @if (Session::has('success'))
@endif @endsection @section('content'){{ __('basic.id') }} | {{ __('basic.name') }} | {{ __('basic.branch') }} | {{ __('basic.handle') }} |
---|---|---|---|
{{ $item->id }} | {{ $item->name }} | @if ($item->branch->name?? '') {{ $item->branch->name }} @else All @endif | {{ __('basic.edit') }} |