@extends('admin.admin-layouts.main-layout') @section('title', $title) @section('content')
@csrf
Add Hospital Treatment
@if (session('error')) @endif
@error('position_order')
{{ $message }}
@enderror
@php $create = true; @endphp @error('hospital')
{{ $message }}
@enderror
@error('treatment_headline')
{{ $message }}
@enderror
@if(!empty($hospital_treatment))
{{ $hospital_treatment->treatment_headline }}
@endif
@endsection