@extends('layouts.master')
@section('title')
{{ __('sentence.Edit Patient') }}
@endsection
@section('content')
@if ($errors->any())
@foreach ($errors->all() as $error)
- {{ $error }}
@endforeach
@endif
@if (session('success'))
{{ session('success') }}
@endif
@endsection
@section('header')
@endsection
@section('footer')
@endsection