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

{{isset($doctor) ? 'Edit Doctor Info' : 'Add Doctor'}}

#XRS-45670

{{isset($doctor) ? 'Edit Doctor Info' : 'Add Doctor'}}

@csrf @if(isset($doctor)) @method('PUT') @endif
picture,'users_pictures')!==false) style="background-image: url({{asset('storage/'.$doctor->picture)}})" @else style="background-image: url({{$doctor->picture}})" @endif @else style="background-image: url({{asset('storage/nopic.jpg')}});" @endif>
@
@if(!isset($doctor))
@endif
@endsection @section('scripts') @endsection