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