@extends('layouts.app') @section('header')
@endsection @section('content')
Edit Patient
{{ csrf_field() }}
{!! $patient['profilepic'] !!}
{{--
--}}
@endsection @section('scripts') @endsection