@extends('layouts.layout_index') {{-- @extends('layouts.appindex') --}} @section('title', 'User edit') @section('style') @endsection @section('lpage') hospital @endsection @section('rpage') Administrator @endsection @section('rppage') Hospital @endsection @section('content')
@method('put') @csrf
@if(@$hospital->hospital_pic!="") hospital_pic")}}" width="200px" style="border: 1px solid gray;border-radius:15px;">
@endif

@php $i=1; @endphp @foreach ($righttotreatment as $r) @php $i++; @endphp @endforeach
# Name Select
{{$i}} {{$r->name}}
{{ Form::close()}} @endsection @section('script') @endsection