@extends('layouts.admin') @section('styles') @endsection @section('content')
@csrf @method('PUT') @include('admin.pacientes.forms.edit')
@endsection