@extends('users.admin.layouts.master') @section('styles') @endsection @section('content')

{{isset($patient) ? 'Edit Patient Info' : 'Add Patient'}}

#XRS-45670

{{isset($patient) ? 'Edit Patient Info' : 'Add Patient'}}

@csrf @if(isset($patient)) @method('PUT') @endif
picture,'users_pictures')!==false) style="background-image: url({{asset('storage/'.$patient->picture)}})" @else style="background-image: url({{$patient->picture}})" @endif @else style="background-image: url("http://keenthemes.com/metronic/preview/default/custom/user/assets/media/users/300_20.jpg");" @endif>
@
@if(!isset($patient))
@endif
@endsection @section('scripts') @endsection